diff options
| author | pliablepixels <pliablepixels@gmail.com> | 2016-03-18 15:53:56 -0400 |
|---|---|---|
| committer | pliablepixels <pliablepixels@gmail.com> | 2016-03-18 15:53:56 -0400 |
| commit | 80c06d891038fb919dd3c8dfed8cd4fde0efbeb9 (patch) | |
| tree | 9ba83abcb754f5981407e7f411b1915ea0fcdb2a /www/js/MonitorCtrl.js | |
| parent | 8400f93f0b4841eb967e32e9dd500c0e66a93a87 (diff) | |
#202 - swipe enabled on all screens EXCEPT: Timeline and full screen live view and event footage
Former-commit-id: b533ef6a4ea7096dc8482e15165b3d2af9fb085e
Diffstat (limited to 'www/js/MonitorCtrl.js')
| -rw-r--r-- | www/js/MonitorCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
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 () { |
