Move address modal to a separate file, rename html files and reintroduce bitcoin protocol handler

This commit is contained in:
Yemel Jardi 2014-07-18 18:51:55 -03:00
commit 5f27f1e7a6
8 changed files with 36 additions and 39 deletions

View file

@ -0,0 +1,9 @@
<qrcode size="160" data="{{address.address}}"></qrcode>
Address: {{address.address}}<br/>
<span ng-if="$root.updatingBalance">
<i class="fi-bitcoin-circle icon-rotate spinner"></i>
</span>
<span ng-if="!$root.updatingBalance">
Balance: {{address.balance || 0|noFractionNumber}} {{$root.unitName}}
</span>
<a class="close-reveal-modal" ng-click="cancel()">&#215;</a>