change all modals nav header with ionic header to fix ios delay

This commit is contained in:
Gabriel Bazán 2016-06-15 12:47:01 -03:00
commit 4a9b94f3b5
11 changed files with 78 additions and 104 deletions

View file

@ -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">