summaryrefslogtreecommitdiff
path: root/www/js/EventCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/EventCtrl.js')
-rw-r--r--www/js/EventCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index e9cd22b7..28b64adc 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -172,7 +172,7 @@ angular.module('zmApp.controllers')
$ionicHistory.nextViewOptions({
disableBack: true
});
- $state.go("login");
+ $state.go("login" ,{"wizard": false});
return;
}