From 1c544b656e47d8b8ddba19673daba07a35e3afb2 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Sat, 22 Sep 2018 13:28:05 -0400 Subject: various fixes for XCode 10 build process and iCloud --- www/js/LogCtrl.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'www/js/LogCtrl.js') 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); -- cgit v1.2.3