From 7613d937e3c5b0cc704cbb564dbf43d35eaee4f6 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sun, 1 May 2016 17:25:43 -0400 Subject: #234 - mostly working, needs more testing. Former-commit-id: 80ac0f72b66cfec1dc14353e010658acb176fa2c --- www/js/EventCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/EventCtrl.js') 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; } -- cgit v1.2.3