Group inputs by address

This commit is contained in:
Yemel Jardi 2014-05-16 15:34:27 -07:00
commit cedffc230b
2 changed files with 19 additions and 5 deletions

View file

@ -468,7 +468,7 @@
</div>
<div class="tx-copayers">
<div class="large-5 columns">
<div ng-repeat="vin in btx.vin">
<div ng-repeat="vin in btx.vin | groupByAddress">
<p class="left text-gray size-12"> {{vin.addr}} </p>
<small class="right">{{vin.value}}</small>
</div>