fix top balance

This commit is contained in:
Matias Alejo Garcia 2014-12-02 23:39:34 -03:00 committed by Gustavo Maximiliano Cortez
parent 047ba06d42
commit 5c6640be23
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
</span>
<span class="size-14" ng-if="!$root.updatingBalance">
{{totalBalance || 0|noFractionNumber}} {{$root.wallet.settings.unitName}}
{{$root.wallet.balanceInfo.totalBalance || 0}} {{$root.wallet.settings.unitName}}
</span>
</section>