New modal service
This commit is contained in:
parent
b410b95acc
commit
f53a40a307
4 changed files with 163 additions and 15 deletions
|
|
@ -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()">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue