From 69c22673918cf3f8c95a1bbb866496a9e02ad0ce Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sun, 1 May 2016 17:43:08 -0400 Subject: #234 - integrated with first use Former-commit-id: 9c465ceba917d2fc2ed021eab4f340e5aa3879de --- www/js/FirstUseCtrl.js | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'www/js/FirstUseCtrl.js') diff --git a/www/js/FirstUseCtrl.js b/www/js/FirstUseCtrl.js index f774534b..2e0d5c85 100644 --- a/www/js/FirstUseCtrl.js +++ b/www/js/FirstUseCtrl.js @@ -28,6 +28,15 @@ $scope.openMenu = function () { $state.go("login" ,{"wizard": false}); }; + $scope.goToWizard = function() + { + $ionicHistory.nextViewOptions({ + disableAnimate: false, + disableBack: true + }); + $state.go("wizard" ); + }; + }]); -- cgit v1.2.3