Rm wallet color. Rm unused directives

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-05 19:19:07 -03:00
commit a8065be63f
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 8 additions and 13 deletions

View file

@ -1,7 +1,7 @@
'use strict';
angular.module('copayApp.controllers').controller('amazonController',
function($rootScope, $scope, $timeout, $modal, profileService, configService, storageService, amazonService, isChromeApp, animationService, lodash, nodeWebkit) {
function($rootScope, $scope, $timeout, $modal, profileService, configService, amazonService, animationService, lodash) {
window.ignoreMobilePause = true;
@ -27,7 +27,6 @@ angular.module('copayApp.controllers').controller('amazonController',
var fc = profileService.focusedClient;
var ModalInstanceCtrl = function($scope, $modalInstance) {
$scope.card = card;
$scope.color = fc.backgroundColor;
$scope.cancelGiftCard = function() {
$scope.refresh = true;