Removes unused services
This commit is contained in:
parent
60f049c0d3
commit
0f7fc66c36
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
angular.module('copayApp.controllers').controller('mercadoLibreCardDetailsController', function($scope, $log, $timeout, $ionicScrollDelegate, bwcError, mercadoLibreService, lodash, ongoingProcess, popupService, externalLinkService) {
|
angular.module('copayApp.controllers').controller('mercadoLibreCardDetailsController', function($scope, mercadoLibreService, externalLinkService) {
|
||||||
|
|
||||||
$scope.remove = function() {
|
$scope.remove = function() {
|
||||||
mercadoLibreService.savePendingGiftCard($scope.card, {
|
mercadoLibreService.savePendingGiftCard($scope.card, {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue