Merge pull request #118 from cmgustavo/feature/06-details
The transactions proposal are order by createdTs
This commit is contained in:
commit
22eab0205b
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@
|
|||
<div class="row" ng-show='$root.wallet.publicKeyRing.isComplete()'>
|
||||
<div class="large-12 columns">
|
||||
<h4>Pending transactions <small>({{txs.length}})</small></h4>
|
||||
<div class="panel pending" ng-repeat="tx in txs">
|
||||
<div class="panel pending" ng-repeat="tx in txs | orderBy: 'createdTs':true">
|
||||
<div class="txheader">
|
||||
<div class="row">
|
||||
<div class="large-8 columns">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue