summaryrefslogtreecommitdiff
path: root/www/js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2018-05-07 11:36:44 -0400
committerPliable Pixels <pliablepixels@gmail.com>2018-05-07 11:36:44 -0400
commite5bcf3ba79dfa170d34bf85afafc8cbfed0f3c34 (patch)
treeeeda8e51c0c585f7a3613b4e96abc921d021e495 /www/js
parent5497a287a3279cf7c0999c40b87f95c6d82cef3e (diff)
#623 copy/paste enabled
Diffstat (limited to 'www/js')
-rw-r--r--www/js/LogCtrl.js7
1 files changed, 7 insertions, 0 deletions
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;