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/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index 18fdc820..664511be 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1106,7 +1106,7 @@ angular.module('zmApp', [ disableBack: true }); $rootScope.userCancelledAuth = true; - $state.go("login"); + $state.go("login" ,{"wizard": false}); }; @@ -1419,7 +1419,7 @@ angular.module('zmApp', [ data: { requireLogin: false }, - url: "/login", + url: "/login/:wizard", templateUrl: "templates/login.html", controller: 'zmApp.LoginCtrl', -- cgit v1.2.3