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>
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 @@
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