show first 5 addresses with balance
This commit is contained in:
parent
7e7fedc402
commit
b676c5e37e
3 changed files with 31 additions and 13 deletions
|
|
@ -25,10 +25,10 @@
|
|||
</div>
|
||||
|
||||
<div ng-if="unusedAddresses[0]">
|
||||
<div class="item" ng-repeat="uAddr in unusedAddresses track by $index">
|
||||
{{uAddr.address}}
|
||||
<div class="item" ng-repeat="uAddress in unusedAddresses track by $index">
|
||||
{{uAddress.address}}
|
||||
<span class="item-note">
|
||||
{{uAddr.path}} {{uAddr.createdOn * 1000 | amDateFormat:'MMMM Do YYYY, hh:mm a'}}
|
||||
{{uAddress.path}} {{uAddress.createdOn * 1000 | amDateFormat:'MMMM Do YYYY, hh:mm a'}}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue