Merge pull request #5530 from cmgustavo/bug/pairing-card-03
Show cards immediately after pairing (mobile issue)
This commit is contained in:
commit
0a76b89b36
1 changed files with 3 additions and 0 deletions
|
|
@ -292,6 +292,9 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
$scope.bitpayCards = data;
|
$scope.bitpayCards = data;
|
||||||
|
$timeout(function() {
|
||||||
|
$scope.$digest();
|
||||||
|
}, 100);
|
||||||
});
|
});
|
||||||
bitpayCardService.getBitpayDebitCardsHistory(null, function(err, data) {
|
bitpayCardService.getBitpayDebitCardsHistory(null, function(err, data) {
|
||||||
if (err) return;
|
if (err) return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue