fixed spelling and cleaned up debugging code
This commit is contained in:
parent
19b16a491f
commit
82e43fb078
5 changed files with 132 additions and 10 deletions
|
|
@ -28,7 +28,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="address-info" ng-if="wallet && wallet.isComplete()">
|
||||
<div ng-show="!payment_recieved">
|
||||
<div ng-show="!showingPaymentReceived">
|
||||
<div>
|
||||
<button ng-show="addr" class="button button-standard button-small" ng-click="requestSpecificAmount()">
|
||||
<span translate>Request Specific amount</span>
|
||||
|
|
@ -53,13 +53,13 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- animation for payment recieved -->
|
||||
<div ng-show="payment_recieved" ng-click="payment_recieved = false">
|
||||
<!-- animation for payment received -->
|
||||
<div ng-show="showingPaymentReceived" ng-click="showingPaymentReceived = false">
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 130.2 130.2">
|
||||
<circle class="path circle" fill="none" stroke="#19B234" stroke-width="6" stroke-miterlimit="10" cx="65.1" cy="65.1" r="62.1"/>
|
||||
<polyline class="path check" fill="none" stroke="#19B234" stroke-width="6" stroke-linecap="round" stroke-miterlimit="10" points="100.2,40.2 51.5,88.8 29.8,67.5 "/>
|
||||
</svg>
|
||||
<p class="success animated fadeIn">Payment Received!<br> Click To See Address Again</p>
|
||||
<p class="success animated fadeIn">Payment Received!<br> <br>Return To Address</p>
|
||||
</div>
|
||||
<!-- end of animation -->
|
||||
<div ng-show="addr && wallet.coin == 'bch'">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue