From c59f45bf14e7915feca4e0303e204e33ef83998e Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Sat, 30 Apr 2016 14:44:13 -0400 Subject: #234 - initial code - template Former-commit-id: 57b199dac407d8a19ca13df5f54ca829d40bb7e6 --- www/js/app.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'www/js/app.js') 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: { -- cgit v1.2.3