The transactions proposal are order by createdTs

This commit is contained in:
Gustavo Cortez 2014-04-21 12:09:39 -03:00
parent 5d5648b83e
commit d0821a6215
1 changed files with 1 additions and 1 deletions

View File

@ -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">