summaryrefslogtreecommitdiff
path: root/www/js/MonitorCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MonitorCtrl.js')
-rw-r--r--www/js/MonitorCtrl.js1
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 () {