Fix close modal

This commit is contained in:
Gustavo Maximiliano Cortez 2016-07-29 11:13:10 -03:00
parent 362efff191
commit c099816e71
No known key found for this signature in database
GPG Key ID: 15EDAD8D9F2EB1AF
1 changed files with 10 additions and 13 deletions

View File

@ -1,19 +1,16 @@
<ion-modal-view ng-controller="amazonCardDetailsController"> <ion-modal-view ng-controller="amazonCardDetailsController">
<nav class="tab-bar"> <ion-header-bar align-title="center" class="tab-bar">
<section class="left-small"> <div class="left-small">
<a ng-click="cancel()"> <a ng-click="cancel()" class="p10">
<i class="icon-arrow-left3 icon-back"></i> <span class="text-close">Close</span>
<span class="text-back">Back</span>
</a> </a>
</section> </div>
<section class="middle tab-bar-section"> <h1 class="title ellipsis">
<h1 class="title ellipsis"> Details
Details </h1>
</h1> </ion-header-bar>
</section>
</nav>
<ion-content class="has-header" overflow-scroll="true"> <ion-content>
<div class="modal-content"> <div class="modal-content">
<div class="header-modal text-center"> <div class="header-modal text-center">