From e5bcf3ba79dfa170d34bf85afafc8cbfed0f3c34 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Mon, 7 May 2018 11:36:44 -0400 Subject: #623 copy/paste enabled --- www/js/LogCtrl.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'www/js') diff --git a/www/js/LogCtrl.js b/www/js/LogCtrl.js index 9f00a8f7..530a7178 100644 --- a/www/js/LogCtrl.js +++ b/www/js/LogCtrl.js @@ -244,6 +244,10 @@ angular.module('zmApp.controllers').controller('zmApp.LogCtrl', ['$scope', '$roo } + $scope.selectToggle = function() { + $scope.selectOn = !$scope.selectOn; + }; + $scope.changePage = function(p) { $scope.zmPage = $scope.zmPage + p; @@ -295,6 +299,9 @@ angular.module('zmApp.controllers').controller('zmApp.LogCtrl', ['$scope', '$roo $scope.$on('$ionicView.enter', function() { //console.log("**VIEW ** Log Ctrl Entered"); + + $ionicSideMenuDelegate.canDragContent(false); + $scope.selectOn = false; NVRDataModel.setAwake(false); $scope.logEntity = $rootScope.appName; $scope.zmPage = 1; -- cgit v1.2.3