wallet-balance directive displaying basic crypto balance.
This commit is contained in:
parent
678ad516ee
commit
afb3a1d49f
5 changed files with 97 additions and 1 deletions
3
www/views/includes/wallet-balance.html
Normal file
3
www/views/includes/wallet-balance.html
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div class="wallet-balance">
|
||||
<span>{{displayAmount}}</span><span ng-if="age">{{· (cachedBalanceUpdatedOn * 1000 | amTimeAgo)}}</span>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue