summaryrefslogtreecommitdiffstats
path: root/app/login
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-07-11 15:10:08 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-07-11 15:34:52 -0500
commit2b9a0d91c189f5f6d9dbda3757b6e66f4a131dfe (patch)
treeb5141d0bedba50c17b96b8fd66def5a231150a5c /app/login
parent3acf2f77f59344497a5758bf9a18e7c7d8c4e1cd (diff)
downloadphosphor-webui-2b9a0d91c189f5f6d9dbda3757b6e66f4a131dfe.tar.gz
phosphor-webui-2b9a0d91c189f5f6d9dbda3757b6e66f4a131dfe.zip
Remove unused app/constants/ dir
All the constants are defined here: https://github.com/openbmc/phosphor-webui/blob/master/app/common/services/constants.js Constants are injected as part of app.common.services. This environment-constants.js or environment-constants.json could be repurposed to configure features but going with something else, https://gerrit.openbmc-project.xyz/#/c/11311/. Tested: Quick manual regression test on the pages. Change-Id: I59ba4f47fe8a927cb5f68a2657dfea9c61cd5f28 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/login')
-rw-r--r--app/login/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/login/index.js b/app/login/index.js
index 9ec06bf..fcafc7c 100644
--- a/app/login/index.js
+++ b/app/login/index.js
@@ -9,7 +9,7 @@ window.angular && (function(angular) {
'use strict';
angular
- .module('app.login', ['ngRoute', 'app.constants', 'app.common.services'])
+ .module('app.login', ['ngRoute', 'app.common.services'])
// Route configuration
.config([
'$routeProvider',
OpenPOWER on IntegriCloud