summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-07-04 18:34:36 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-07-04 18:34:36 -0400
commit3ba89992702770cd54add7909c61278bee329b81 (patch)
tree83ece2db8113c66dcb6cc9b6adde9fba0b39b17f /www/js/app.js
parentcb91226a89d84b39c47b15fc88ef0b56ac7ad5fd (diff)
resolved fixme notes
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js3
1 files changed, 1 insertions, 2 deletions
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);