diff options
Diffstat (limited to 'www/js/MonitorCtrl.js')
| -rw-r--r-- | www/js/MonitorCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js index 1fb24a67..2fe04cd3 100644 --- a/www/js/MonitorCtrl.js +++ b/www/js/MonitorCtrl.js @@ -32,7 +32,7 @@ angular.module('zmApp.controllers') $ionicHistory.nextViewOptions({ disableBack: true }); - $state.go("login"); + $state.go("login" ,{"wizard": false}); return; } |
