From 80c06d891038fb919dd3c8dfed8cd4fde0efbeb9 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Fri, 18 Mar 2016 15:53:56 -0400 Subject: #202 - swipe enabled on all screens EXCEPT: Timeline and full screen live view and event footage Former-commit-id: b533ef6a4ea7096dc8482e15165b3d2af9fb085e --- www/js/MonitorCtrl.js | 1 + 1 file changed, 1 insertion(+) (limited to 'www/js/MonitorCtrl.js') diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index 9db218cc..a217a462 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -274,6 +274,7 @@ angular.module('zmApp.controllers') $scope.$on('$ionicView.enter', function () { // console.log("**VIEW ** Monitor Ctrl Entered"); ZMDataModel.setAwake(false); + $ionicSideMenuDelegate.canDragContent(true); }); $scope.$on('$ionicView.leave', function () { -- cgit v1.2.3