New modal service

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-30 13:31:37 -03:00
commit f53a40a307
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
4 changed files with 163 additions and 15 deletions

View file

@ -1,13 +1,13 @@
<ion-modal-view ng-controller="amazonCardDetailsController">
<ion-modal-view>
<ion-header-bar align-title="center" class="tab-bar">
<button class="button button-clear button-positive"
ng-click="cancel()">
ng-click="closeModal()">
Close
</button>
<h1 class="title">Details</h1>
</ion-header-bar>
<ion-content>
<ion-content ng-controller="amazonCardDetailsController">
<div class="header-modal text-center">
<img src="img/a_generic.jpg" alt="Amazon.com Gift Card" width="230" ng-click="refreshGiftCard()">