summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 4d076f30..47bda7e5 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -981,6 +981,15 @@ angular.module('zmApp', [
templateUrl: "templates/zm-portal-login.html",
controller: 'zmApp.PortalLoginCtrl',
})
+
+ .state('first-use', {
+ data: {
+ requireLogin: false
+ },
+ url: "/first-use",
+ templateUrl: "templates/first-use.html",
+ controller: 'zmApp.FirstUseCtrl',
+ })
.state('montage', {
data: {