diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2018-10-15 10:42:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-15 10:42:02 -0400 |
| commit | 7d696e85cbe7112ebc2a1b49ee957e42209a404c (patch) | |
| tree | ff8135ee4b1ffeac839c8f3365d5d82e29760d77 /www/js/LogCtrl.js | |
| parent | 1cd6c1ba5f1944b411f871bedeb65e93c9530bc4 (diff) | |
| parent | fb73ec7092b1763c4d64148dd8230751e10eec68 (diff) | |
Merge branch 'master' into master
Diffstat (limited to 'www/js/LogCtrl.js')
| -rw-r--r-- | www/js/LogCtrl.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/js/LogCtrl.js b/www/js/LogCtrl.js index 920cc499..78a02992 100644 --- a/www/js/LogCtrl.js +++ b/www/js/LogCtrl.js @@ -261,12 +261,12 @@ angular.module('zmApp.controllers').controller('zmApp.LogCtrl', ['$scope', '$roo //console.log("**VIEW ** Log Ctrl Entered"); - /*n $scope.cloudString = "loading..."; - window.cordova.plugin.cloudsettings.load( - function (succ) {$scope.cloudString = JSON.stringify(succ);}, - function (err) {$scope.cloudString = JSON.stringify(err);} + /*n $scope.cloudString = "loading..."; + window.cordova.plugin.cloudsettings.load( + function (succ) {$scope.cloudString = JSON.stringify(succ);}, + function (err) {$scope.cloudString = JSON.stringify(err);} - );*/ + );*/ $ionicSideMenuDelegate.canDragContent(false); $scope.selectOn = false; |
