make click to pay flow match slide to pay flow
This commit is contained in:
parent
34566e13a7
commit
d5e72eede0
6 changed files with 82 additions and 2 deletions
9
www/views/includes/clickToAccept.html
Normal file
9
www/views/includes/clickToAccept.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<button class="button button-block button-positive" ng-disabled="sendStatus">
|
||||
<span ng-if="!sendStatus">
|
||||
<ng-transclude></ng-transclude>
|
||||
</span>
|
||||
<span class="click-to-accept__status-text" ng-class="{enter: sendStatus}">
|
||||
<img src="img/spinner.png">
|
||||
{{displaySendStatus}}
|
||||
</span>
|
||||
</button>
|
||||
Loading…
Add table
Add a link
Reference in a new issue