diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-07-08 16:52:21 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-07-08 16:52:21 -0400 |
| commit | 18bec317d7b1ac7cd9794e1b2236beb864186bf4 (patch) | |
| tree | 3bcfacba58a03d414d7de4dcdcbd43635ca17978 /www/js/ImportantMessageCtrl.js | |
| parent | f683ea8023b71ab705ca37ea6ff60daa22c24a72 (diff) | |
#830 lockdown kiosk mode initial implementation
Diffstat (limited to 'www/js/ImportantMessageCtrl.js')
| -rw-r--r-- | www/js/ImportantMessageCtrl.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/www/js/ImportantMessageCtrl.js b/www/js/ImportantMessageCtrl.js index 218ec417..a496860e 100644 --- a/www/js/ImportantMessageCtrl.js +++ b/www/js/ImportantMessageCtrl.js @@ -13,9 +13,6 @@ angular.module('zmApp.controllers').controller('zmApp.ImportantMessageCtrl', ['$ $scope.$on('$ionicView.enter', function () { // console.log("**VIEW ** LowVersion Ctrl Entered"); $ionicSideMenuDelegate.canDragContent(true); - $scope.requiredVersion = zm.minAppVersion; - $scope.currentVersion = $stateParams.ver; - $scope.recommendedVersion = zm.recommendedAppVersion; }); |
