From da5b7d6aff1be1dca4d94ce2d705571fe259e8e9 Mon Sep 17 00:00:00 2001 From: Javier Date: Tue, 13 Sep 2016 17:51:05 -0300 Subject: [PATCH] clean unused services --- src/js/controllers/backup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/controllers/backup.js b/src/js/controllers/backup.js index 44a5f4536..aed2ee4df 100644 --- a/src/js/controllers/backup.js +++ b/src/js/controllers/backup.js @@ -1,7 +1,7 @@ 'use strict'; angular.module('copayApp.controllers').controller('backupController', - function($rootScope, $scope, $timeout, $log, $state, $stateParams, $ionicPopup, $ionicHistory, $ionicNavBarDelegate, uxLanguage, lodash, fingerprintService, platformInfo, configService, profileService, bwcService, walletService, ongoingProcess, storageService, popupService, gettextCatalog, $ionicModal) { + function($scope, $timeout, $log, $state, $stateParams, $ionicHistory, lodash, profileService, bwcService, walletService, ongoingProcess, popupService, gettextCatalog, $ionicModal) { var wallet = profileService.getWallet($stateParams.walletId); $scope.viewTitle = wallet.name || wallet.credentials.walletName; $scope.n = wallet.n;