diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-15 09:49:34 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-10-15 09:49:34 -0400 |
| commit | deeec5ff33576e3b57bce7dd24db6aa0d67eb90b (patch) | |
| tree | bc4cd0d50cf601e6fb3cdfe9de177c31cd33624e /www/js/LogCtrl.js | |
| parent | bd1607efcaea59a5b4269628d5aa2999d6911b3e (diff) | |
beautify
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; |
