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
|
|
@ -1,11 +0,0 @@
|
|||
<h3 class="text-center">
|
||||
Preparing payment...
|
||||
</h3>
|
||||
<div data-ng-init="" data-ng-controller="UriPaymentController">
|
||||
<p>Protocol: {{protocol}}</p>
|
||||
<p>To: {{address}}</p>
|
||||
<p>Amount: {{amount}}</p>
|
||||
<p>Message:</p>
|
||||
<div class="alert-box secondary radius">{{message}}</div>
|
||||
</div>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue