From deeec5ff33576e3b57bce7dd24db6aa0d67eb90b Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 15 Oct 2018 09:49:34 -0400 Subject: beautify --- www/js/LogCtrl.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/js/LogCtrl.js') 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; -- cgit v1.2.3