diff options
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js index 4eb7548f..18fdc820 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -19,7 +19,8 @@ angular.module('zmApp', [ 'com.2fdevs.videogular', 'com.2fdevs.videogular.plugins.controls', 'com.2fdevs.videogular.plugins.overlayplay', - 'ionic-native-transitions' + 'ionic-native-transitions', + 'mgo-angular-wizard' @@ -1588,7 +1589,15 @@ angular.module('zmApp', [ }) - + .state('wizard', { + data: { + requireLogin: false + }, + url: "/wizard", + templateUrl: "templates/wizard.html", + controller: 'zmApp.WizardCtrl', + + }) .state('zm-portal-login', { data: { |
