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.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);