From 3ba89992702770cd54add7909c61278bee329b81 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Sat, 4 Jul 2015 18:34:36 -0400 Subject: resolved fixme notes --- www/js/app.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index d3e97a17..bf6e646f 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -439,8 +439,7 @@ angular.module('zmApp', [ var defaultState = "/montage"; //var defaultState = "/login"; // as it turns out I can't really inject a factory in config the normal way - // FIXME: In future, read up http://stackoverflow.com/questions/15937267/inject-service-in-app-config - //var defaultState = (ZMDataModel.isLoggedIn())? "/monitors":"/login"; + //$urlRouterProvider.otherwise(defaultState); -- cgit v1.2.3