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/MontageCtrl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/MontageCtrl.js') diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 46699655..ab7d5260 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -49,7 +49,7 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', ['$scope', ' $ionicHistory.nextViewOptions({ disableBack: true }); - $state.go("login"); + $state.go("login" ,{"wizard": false}); return; } -- cgit v1.2.3