Merge pull request #5015 from ajp8164/feat/multiple-cards

Implement multiple cards.
This commit is contained in:
Gustavo Maximiliano Cortez 2016-11-14 15:40:01 -03:00 committed by GitHub
commit 09bdcc3ce4
11 changed files with 238 additions and 71 deletions

View file

@ -246,7 +246,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
$scope.bitpayCards = null;
return;
}
$scope.bitpayCards = data.cards;
$scope.bitpayCards = data;
});
bitpayCardService.getBitpayDebitCardsHistory(null, function(err, data) {
if (err) return;