diff --git a/www/index.html b/www/index.html index 4001695644cbf51270d0ef953ba802644b8904be..ab6fecd6b57c6573481e9c3b7ffb86a8fd84de9e 100644 --- a/www/index.html +++ b/www/index.html @@ -51,7 +51,7 @@ <!--endRemoveIf(device)--> </head> - <body ng-app="cesium" id="cesium" ng-strict-di="true" window-exit-unauth="true" + <body id="cesium" ng-strict-di="true" window-exit-unauth="true" ng-class="{'nobackdrop': $root.tour, 'expert-mode': $root.settings.expertMode}"> diff --git a/www/js/app.js b/www/js/app.js index adbf45ea80336dc8da1bf994d970bcbdb2c4a0ff..187b7de167e42793bf7527227be5494923bbb08b 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -148,6 +148,9 @@ angular.module('cesium', ['ionic', 'ionic-material', 'ngMessages', 'pascalprecht } } }); - }) ; + +window.ionic.Platform.ready(function() { + angular.bootstrap(document, ['cesium']); +}); diff --git a/www/js/config.js b/www/js/config.js index b645eb736b7f1c17c634562b35872d1b74daee2b..1d0b9e82b47865e6c7a0b0149df132797bdb25ae 100644 --- a/www/js/config.js +++ b/www/js/config.js @@ -94,7 +94,7 @@ angular.module("cesium.config", []) } }, "version": "1.4.6", - "build": "2019-09-07T12:44:11.195Z", + "build": "2019-09-07T13:19:34.949Z", "newIssueUrl": "https://git.duniter.org/clients/cesium-grp/cesium/issues/new" })