diff --git a/js/controllers/transactions.js b/js/controllers/transactions.js index 147a81ca6..a8e1062b7 100644 --- a/js/controllers/transactions.js +++ b/js/controllers/transactions.js @@ -34,8 +34,10 @@ angular.module('copay.transactions').controller('TransactionsController', }); } else { - $scope.loading=false; - $rootScope.$digest(); + setTimeout(function(){ + $scope.loading=false; + $rootScope.$digest(); + }); } };