Move address modal to a separate file, rename html files and reintroduce bitcoin protocol handler
This commit is contained in:
parent
0c3709ceee
commit
5f27f1e7a6
8 changed files with 36 additions and 39 deletions
9
views/modals/qr-address.html
Normal file
9
views/modals/qr-address.html
Normal 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()">×</a>
|
||||
Loading…
Add table
Add a link
Reference in a new issue