safe unspent

This commit is contained in:
Matias Alejo Garcia 2014-04-21 12:37:32 -03:00
commit 2fc3a8e8fa
5 changed files with 38 additions and 19 deletions

View file

@ -18,8 +18,10 @@
</figure>
<div class="text-right" ng-show="$root.wallet">
<h5 ng-show="$root.wallet.id">Wallet ID: {{$root.wallet.id}}</h5>
<p ng-show="totalBalance">{{totalBalance}} <i class="fi-bitcoin"></i></p>
<p ng-show="!totalBalance">0 <i class="fi-bitcoin"></i></p>
<p>
Balance: {{totalBalance || 0}} <i class="fi-bitcoin"></i><br>
Available to Spend:{{availableBalance || 0}} <i class="fi-bitcoin"></i>
</p>
</div>
</div>