summaryrefslogtreecommitdiff
path: root/www/js/EventCtrl.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-05-01 17:25:43 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-05-01 17:25:43 -0400
commit7613d937e3c5b0cc704cbb564dbf43d35eaee4f6 (patch)
tree132f2d09ff687f17baa0894cf84b2f29cdad839f /www/js/EventCtrl.js
parentfbf7d86a7664cbcf45d3cb6f2c4ad5157055bec1 (diff)
#234 - mostly working, needs more testing.
Former-commit-id: 80ac0f72b66cfec1dc14353e010658acb176fa2c
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;
}