use accept slider directive
This commit is contained in:
parent
32c30e7041
commit
473feddfc8
7 changed files with 118 additions and 108 deletions
|
|
@ -1,11 +1,11 @@
|
|||
<ion-view id="view-confirm">
|
||||
<ion-view id="view-confirm" ng-controller="confirmController" ng-init="init()">
|
||||
<ion-nav-bar class="bar-royal">
|
||||
<ion-nav-back-button>
|
||||
<i class="icon ion-ios-arrow-thin-left"></i>
|
||||
</ion-nav-back-button>
|
||||
</ion-nav-bar>
|
||||
|
||||
<ion-content scroll="false" ng-controller="confirmController" ng-init="init()">
|
||||
<ion-content>
|
||||
|
||||
<div class="list card">
|
||||
<div class="item item-text-wrap">
|
||||
|
|
@ -49,9 +49,7 @@
|
|||
<i ng-show="!description" class="icon ion-ios-plus-empty size-21"></i>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="item button button-block button-positive" ng-click="approve()">
|
||||
<span translate>Send</span>
|
||||
</button>
|
||||
</ion-content>
|
||||
<accept class="accept-slide"></accept>
|
||||
</div>
|
||||
</ion-view>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue