Merge pull request #118 from cmgustavo/feature/06-details

The transactions proposal are order by createdTs
This commit is contained in:
Mario Colque 2014-04-21 12:36:28 -03:00
commit 22eab0205b

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