summaryrefslogtreecommitdiffstats
path: root/app/configuration/controllers
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-20 16:29:17 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-09-26 11:30:54 -0500
commite13275b837ed38b7e8553316accedb51b32ef37b (patch)
tree29bd7af64a3148b96c44e8e0a9f4740f2a73e499 /app/configuration/controllers
parent5f0b776753678897722eb9fc7bb269cf5e47c10a (diff)
downloadphosphor-webui-e13275b837ed38b7e8553316accedb51b32ef37b.tar.gz
phosphor-webui-e13275b837ed38b7e8553316accedb51b32ef37b.zip
Remove unused dataService
Change-Id: I99e0d16a56908beb1397bb4c15390c72c3b2f3f5 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'app/configuration/controllers')
-rw-r--r--app/configuration/controllers/firmware-controller.js10
1 files changed, 4 insertions, 6 deletions
diff --git a/app/configuration/controllers/firmware-controller.js b/app/configuration/controllers/firmware-controller.js
index 04a7c78..50deff3 100644
--- a/app/configuration/controllers/firmware-controller.js
+++ b/app/configuration/controllers/firmware-controller.js
@@ -10,13 +10,11 @@ window.angular && (function(angular) {
'use strict';
angular.module('app.configuration').controller('firmwareController', [
- '$scope', '$window', 'APIUtils', 'dataService', '$location',
- '$anchorScroll', 'Constants', '$interval', '$q', '$timeout', '$interpolate',
+ '$scope', '$window', 'APIUtils', '$location', '$anchorScroll', 'Constants',
+ '$interval', '$q', '$timeout', '$interpolate',
function(
- $scope, $window, APIUtils, dataService, $location, $anchorScroll,
- Constants, $interval, $q, $timeout, $interpolate) {
- $scope.dataService = dataService;
-
+ $scope, $window, APIUtils, $location, $anchorScroll, Constants,
+ $interval, $q, $timeout, $interpolate) {
// Scroll to target anchor
$scope.gotoAnchor = function() {
$location.hash('upload');
OpenPOWER on IntegriCloud