@@ -19,7 +19,7 @@
along with Threema Web. If not, see <http://www.gnu.org/licenses/>.
-->
-<html ng-app="3ema" ng-strict-di ng-controller="StatusController as ctrl">
+<html ng-strict-di ng-controller="StatusController as ctrl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -175,3 +175,6 @@ angular.module('3ema', [
])
;
+
+// Bootstrap application
+angular.bootstrap(document, ['3ema']);