refreshing view
This commit is contained in:
parent
e60a34cdad
commit
e1f3f29db0
1 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,9 @@ angular.module('copayApp.controllers').controller('TransactionsController',
|
||||||
|
|
||||||
$scope.blockchain_txs = w.cached_txs = res;
|
$scope.blockchain_txs = w.cached_txs = res;
|
||||||
$scope.loading = false;
|
$scope.loading = false;
|
||||||
|
setTimeout(function() {
|
||||||
|
$scope.$digest();
|
||||||
|
}, 1);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue