diff options
Diffstat (limited to 'www/js/RefreshCtrl.js')
| -rw-r--r-- | www/js/RefreshCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/RefreshCtrl.js b/www/js/RefreshCtrl.js index 43ef9ac6..a29aae96 100644 --- a/www/js/RefreshCtrl.js +++ b/www/js/RefreshCtrl.js @@ -16,7 +16,7 @@ angular.module('zmApp.controllers').controller('zmApp.RefreshCtrl', ['$scope', ' { //console.log("**VIEW ** LowVersion Ctrl Entered"); $ionicSideMenuDelegate.canDragContent(false); - console.log ("jumping to: "+$stateParams.view); + //console.log ("jumping to: "+$stateParams.view); $ionicHistory.nextViewOptions({ disableAnimate: true, disableBack: true |
