diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-13 14:39:47 -0400 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-10-13 14:39:47 -0400 |
| commit | e64295d1c8a96c247380963c9746b9c7be2cf1a8 (patch) | |
| tree | 0a6912c7771a23cb360031fad316808b156df4a6 /www/js/LowVersionCtrl.js | |
| parent | c77cbcca1d92de987a0e97a7c05e23d03f6c6368 (diff) | |
various fixes
Diffstat (limited to 'www/js/LowVersionCtrl.js')
| -rw-r--r-- | www/js/LowVersionCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
