summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2019-05-23 11:11:42 -0500
committerGunnar Mills <gmills@us.ibm.com>2019-05-23 11:15:07 -0500
commit6f4e12e3bcd0fda9775f1630557c40e8eddd8a2c (patch)
treeb947f08b72cfaa92f816ebe76f773c54104ca88f
parent44da471fceb3790b49a43bc023781f62b19f9fde (diff)
downloadphosphor-webui-6f4e12e3bcd0fda9775f1630557c40e8eddd8a2c.tar.gz
phosphor-webui-6f4e12e3bcd0fda9775f1630557c40e8eddd8a2c.zip
Firmware: Remove unused interpolate
Interpolate was used prior to the ngToast. https://github.com/openbmc/phosphor-webui/commit/90ae95eb6f5f30e3863f24ad364b111258ea4ee4#diff-44385b1119c2cae41d7331ab4a5cd5fe moved to ngToast (later toastService) and removed the use of interpolate. Tested: Build this and the commits below and loaded onto a Witherspoon system. Uploaded an image and activated it. Change-Id: I161c7860cec006dc434bc00495b25b588f069775 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--app/configuration/controllers/firmware-controller.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/configuration/controllers/firmware-controller.js b/app/configuration/controllers/firmware-controller.js
index c8ce099..6f8ec07 100644
--- a/app/configuration/controllers/firmware-controller.js
+++ b/app/configuration/controllers/firmware-controller.js
@@ -11,11 +11,10 @@ window.angular && (function(angular) {
angular.module('app.configuration').controller('firmwareController', [
'$scope', '$window', 'APIUtils', 'dataService', '$location',
- '$anchorScroll', 'Constants', '$interval', '$q', '$timeout', '$interpolate',
- 'toastService',
+ '$anchorScroll', 'Constants', '$interval', '$q', '$timeout', 'toastService',
function(
$scope, $window, APIUtils, dataService, $location, $anchorScroll,
- Constants, $interval, $q, $timeout, $interpolate, toastService) {
+ Constants, $interval, $q, $timeout, toastService) {
$scope.dataService = dataService;
// Scroll to target anchor
OpenPOWER on IntegriCloud