add buttons for no cordova devices

This commit is contained in:
Gabriel Bazán 2016-09-21 12:16:50 -03:00
parent cb64e57e45
commit c824ff6fa5
4 changed files with 11 additions and 1 deletions

View File

@ -49,5 +49,6 @@
</div>
</div>
</ion-content>
<accept class="accept-slide"></accept>
<button class="button button-block button-positive accept-button" ng-click="approve()" ng-if="!isCordova" translate>Click to pay</button>
<accept class="accept-slide" ng-if="isCordova"></accept>
</ion-view>

View File

@ -161,5 +161,6 @@
</button>
</div>
</ion-content>
<button class="button button-block button-positive accept-button" ng-click="approve()" ng-if="!isCordova" translate>Click to pay</button>
<accept class="accept-slide" ng-if="tx.pendingForUs && canSign && !loading && !paymentExpired"></accept>
</ion-modal-view>

View File

@ -14,4 +14,8 @@
height: 100px;
background-color: #f5f5f5;
}
.accept-button {
position: fixed;
bottom: 49px;
}
}

View File

@ -63,4 +63,8 @@
height: 100px;
background-color: #f5f5f5;
}
.accept-button {
position: fixed;
bottom: 49px;
}
}