Show cards inmedatly after pairing (mobile issue)
This commit is contained in:
parent
c44ac35a73
commit
a5338822bc
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