diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-22 13:28:05 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-22 13:28:05 -0400 |
| commit | 1c544b656e47d8b8ddba19673daba07a35e3afb2 (patch) | |
| tree | f6640f2025b4e0ae034eddf41396d4615e6fcf1f /www/js/LogCtrl.js | |
| parent | 39320d2e7c2f2dfc318f921ee615e0165c418f4a (diff) | |
various fixes for XCode 10 build process and iCloud
Diffstat (limited to 'www/js/LogCtrl.js')
| -rw-r--r-- | www/js/LogCtrl.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/js/LogCtrl.js b/www/js/LogCtrl.js index 8d2c2672..920cc499 100644 --- a/www/js/LogCtrl.js +++ b/www/js/LogCtrl.js @@ -260,6 +260,14 @@ angular.module('zmApp.controllers').controller('zmApp.LogCtrl', ['$scope', '$roo $scope.$on('$ionicView.enter', function () { //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);} + + );*/ + $ionicSideMenuDelegate.canDragContent(false); $scope.selectOn = false; NVRDataModel.setAwake(false); |
