From d40790f9d899d1bc734f85c1b70e5061dbfa3363 Mon Sep 17 00:00:00 2001 From: pliablepixels Date: Thu, 25 Feb 2016 11:47:04 -0500 Subject: nits Former-commit-id: a873e43c08ef32358c0463b0779758c32718a86a --- www/js/app.js | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index b96482e8..0d95a502 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -1252,6 +1252,16 @@ angular.module('zmApp', [ $ionicConfigProvider.navBar.alignTitle('center'); $stateProvider + .state('app', { + url: '/', + abstract: true, + templateUrl: 'index.html', + cache: false, + //controller: 'AppCtrl' + }) + + + .state('login', { data: { requireLogin: false @@ -1280,14 +1290,7 @@ angular.module('zmApp', [ controller: 'zmApp.NewsCtrl', }) - .state('app', { - url: '/', - abstract: true, - templateUrl: 'index.html', - cache: false, - //controller: 'AppCtrl' - }) - + .state('monitors', { data: { -- cgit v1.2.3