From e64295d1c8a96c247380963c9746b9c7be2cf1a8 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Tue, 13 Oct 2015 14:39:47 -0400 Subject: various fixes --- www/js/LowVersionCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/LowVersionCtrl.js') diff --git a/www/js/LowVersionCtrl.js b/www/js/LowVersionCtrl.js index 3e93dcd0..54d5644f 100644 --- a/www/js/LowVersionCtrl.js +++ b/www/js/LowVersionCtrl.js @@ -15,7 +15,7 @@ $scope.openMenu = function () { //------------------------------------------------------------------------ $scope.$on('$ionicView.enter', function () { console.log("**VIEW ** LowVersion Ctrl Entered"); - $ionicSideMenuDelegate.canDragContent(false); + $ionicSideMenuDelegate.canDragContent(true); $scope.requiredVersion = zm.minAppVersion; $scope.currentVersion = $stateParams.ver; -- cgit v1.2.3