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,15 +1,12 @@
|
|||
<ion-modal-view ng-controller="payproController as payproC">
|
||||
<nav class="tab-bar" ng-style="{'background-color':color}">
|
||||
<section class="left-small">
|
||||
<ion-header-bar align-title="center" class="tab-bar" ng-style="{'background-color':color}">
|
||||
<div class="left-small">
|
||||
<a ng-click="cancel()" class="p10">
|
||||
<span class="text-close" translate>Close</span>
|
||||
</a>
|
||||
</section>
|
||||
|
||||
<section class="middle tab-bar-section">
|
||||
<h1 class="title" translate>Payment request</h1>
|
||||
</section>
|
||||
</nav>
|
||||
</div>
|
||||
<h1 class="title ellipsis" translate>Payment request</h1>
|
||||
</ion-header-bar>
|
||||
|
||||
<ion-content ng-style="{'background-color': '#F6F7F9'}" overflow-scroll="true">
|
||||
<div class="modal-content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue