change all modals nav header with ionic header to fix ios delay
This commit is contained in:
parent
a0d8d8cb3d
commit
4a9b94f3b5
11 changed files with 78 additions and 104 deletions
|
|
@ -1,18 +1,15 @@
|
|||
<ion-modal-view ng-controller="walletsController">
|
||||
<nav class="tab-bar">
|
||||
<section class="left-small">
|
||||
<ion-header-bar align-title="center" class="tab-bar">
|
||||
<div class="left-small">
|
||||
<a ng-click="cancel()" class="p10">
|
||||
<span class="text-close">Close</span>
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<section class="middle tab-bar-section">
|
||||
<h1 class="title ellipsis">
|
||||
<span ng-show="type == 'BUY' || type == 'RECEIVE'">Choose your destination wallet</span>
|
||||
<span ng-show="type == 'SELL' || type == 'SEND'">Choose your source wallet</span>
|
||||
</h1>
|
||||
</section>
|
||||
</nav>
|
||||
</div>
|
||||
<h1 class="title ellipsis">
|
||||
<span ng-show="type == 'BUY' || type == 'RECEIVE'">Choose your destination wallet</span>
|
||||
<span ng-show="type == 'SELL' || type == 'SEND'">Choose your source wallet</span>
|
||||
</h1>
|
||||
</ion-header-bar>
|
||||
|
||||
<ion-content class="m20t" overflow-scroll="true">
|
||||
<div class="modal-content m20t">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue