history section
This commit is contained in:
parent
9d798a2547
commit
24ea10c36c
6 changed files with 47 additions and 38 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue