Fix flashing get started message
This commit is contained in:
parent
65dc3d24c0
commit
13d85c193d
2 changed files with 5 additions and 3 deletions
|
|
@ -7,7 +7,9 @@ angular.module('copayApp.controllers').controller('bitpayCardController', functi
|
|||
$scope.network = bitpayCardService.getEnvironment();
|
||||
|
||||
var getFromCache = function(cb) {
|
||||
$scope.loadingCache = true;
|
||||
bitpayCardService.getBitpayDebitCardsHistory($scope.cardId, function(err, data) {
|
||||
$scope.loadingCache = false;
|
||||
if (err || lodash.isEmpty(data)) return cb();
|
||||
$scope.historyCached = true;
|
||||
self.bitpayCardTransactionHistory = data.transactions;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue