add bind once to address list. rm balance from qr modal

This commit is contained in:
Matias Alejo Garcia 2014-12-02 23:51:37 -03:00 committed by Gustavo Maximiliano Cortez
commit 583b8314ec
3 changed files with 6 additions and 14 deletions

View file

@ -8,14 +8,6 @@
<b class="db m5t" ng-show="label">
({{label}})
</b>
<p class="m10t size-18">
<span ng-show="$root.updatingBalance">
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
</span>
<span ng-show="!$root.updatingBalance">
{{address.balance || 0}} {{$root.wallet.settings.unitName}}
</span>
</p>
</div>
</div>
<a class="close-reveal-modal" ng-click="cancel()">&#215;</a>