history section

This commit is contained in:
bechi 2014-10-30 16:46:39 -03:00
commit 24ea10c36c
6 changed files with 47 additions and 38 deletions

View file

@ -62,6 +62,9 @@ angular.module('copayApp.controllers').controller('TransactionsController',
return;
}
_.each(res, function (r) {
r.ts = r.minedTs || r.sentTs;
});
$scope.blockchain_txs = w.cached_txs = res;
$scope.loading = false;
setTimeout(function() {