summaryrefslogtreecommitdiffstats
path: root/app/login
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-11 10:25:15 -0500
committerEd Tanous <ed.tanous@intel.com>2018-09-12 15:26:03 +0000
commit3bcc1fa1a829a277738eaeca14595931a504de77 (patch)
tree4e808ff2e323384cab5b52b1a69f5bc6d4fb854c /app/login
parente6c3a443c177e70da6f6d9ef37d95913bcd7cfd1 (diff)
downloadphosphor-webui-3bcc1fa1a829a277738eaeca14595931a504de77.tar.gz
phosphor-webui-3bcc1fa1a829a277738eaeca14595931a504de77.zip
Login: Remove unused APIUtils
Tested: Able to login Change-Id: I50e459b5b3f35e731649377665449123d4934709 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/login')
-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 f2acfc9..45e5a3b 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',
- function($scope, $window, APIUtils, dataService, userModel) {
+ '$scope', '$window', 'dataService', 'userModel',
+ function($scope, $window, dataService, userModel) {
$scope.dataService = dataService;
$scope.host = $scope.dataService.host.replace(/^https?\:\/\//ig, '');
OpenPOWER on IntegriCloud