diff --git a/js/controllers/transactions.js b/js/controllers/transactions.js index ebaa017ae..3bf002351 100644 --- a/js/controllers/transactions.js +++ b/js/controllers/transactions.js @@ -64,6 +64,9 @@ angular.module('copayApp.controllers').controller('TransactionsController', $scope.blockchain_txs = w.cached_txs = res; $scope.loading = false; + setTimeout(function() { + $scope.$digest(); + }, 1); }); };