summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-04-30 14:44:13 -0400
committerpliablepixels <pliablepixels@gmail.com>2016-04-30 14:44:13 -0400
commitc59f45bf14e7915feca4e0303e204e33ef83998e (patch)
tree584774329ea9b7f5480ffb0b37ef24bd3a42614b /www/js/app.js
parent64efb670cd148b017c863da0880bd624c29ccef5 (diff)
#234 - initial code - template
Former-commit-id: 57b199dac407d8a19ca13df5f54ca829d40bb7e6
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js13
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: {