Amazon.com guidelines

This commit is contained in:
Gustavo Maximiliano Cortez 2016-05-20 18:29:54 -03:00
commit e8c299b401
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
11 changed files with 119 additions and 63 deletions

View file

@ -27,6 +27,7 @@ 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;