Merge pull request #5530 from cmgustavo/bug/pairing-card-03

Show cards immediately after pairing (mobile issue)
This commit is contained in:
Matias Alejo Garcia 2017-01-26 10:16:15 -03:00 committed by GitHub
commit 0a76b89b36

View file

@ -292,6 +292,9 @@ angular.module('copayApp.controllers').controller('tabHomeController',
return;
}
$scope.bitpayCards = data;
$timeout(function() {
$scope.$digest();
}, 100);
});
bitpayCardService.getBitpayDebitCardsHistory(null, function(err, data) {
if (err) return;