refreshing view

This commit is contained in:
Ivan Socolsky 2014-10-27 17:16:24 -03:00
parent e60a34cdad
commit e1f3f29db0
1 changed files with 3 additions and 0 deletions

View File

@ -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);
});
};