fix top balance

This commit is contained in:
Matias Alejo Garcia 2014-12-02 23:39:34 -03:00 committed by Gustavo Maximiliano Cortez
commit 5c6640be23

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>