summaryrefslogtreecommitdiffstats
path: root/app/login/controllers
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-11 10:19:53 -0500
committerEd Tanous <ed.tanous@intel.com>2018-09-12 15:24:38 +0000
commite6c3a443c177e70da6f6d9ef37d95913bcd7cfd1 (patch)
treea88cd2ce19fdcf20a0a4d0c42bd16fc22ee3a92c /app/login/controllers
parent0d7875b5b60204103dcae28e1f0531c98ff5a6f2 (diff)
downloadphosphor-webui-e6c3a443c177e70da6f6d9ef37d95913bcd7cfd1.tar.gz
phosphor-webui-e6c3a443c177e70da6f6d9ef37d95913bcd7cfd1.zip
Login: Remove unused routeParams
Tested: Able to login Change-Id: Id87900c160781edf4cb473d32f7d7fa3112c6dd7 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/login/controllers')
-rw-r--r--app/login/controllers/login-controller.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/login/controllers/login-controller.js b/app/login/controllers/login-controller.js
index 40d9fa8..f2acfc9 100644
--- a/app/login/controllers/login-controller.js
+++ b/app/login/controllers/login-controller.js
@@ -10,8 +10,8 @@ window.angular && (function(angular) {
'use strict';
angular.module('app.login').controller('LoginController', [
- '$scope', '$window', 'APIUtils', 'dataService', 'userModel', '$routeParams',
- function($scope, $window, APIUtils, dataService, userModel, $routeParams) {
+ '$scope', '$window', 'APIUtils', 'dataService', 'userModel',
+ function($scope, $window, APIUtils, dataService, userModel) {
$scope.dataService = dataService;
$scope.host = $scope.dataService.host.replace(/^https?\:\/\//ig, '');
OpenPOWER on IntegriCloud