Merge pull request #37 from isocolsky/tx_date

added sentTs and minedTs to tx history
This commit is contained in:
Matias Alejo Garcia 2014-10-27 23:13:40 -03:00
commit 7afe921fd2
3 changed files with 16 additions and 11 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);
});
};