Files
Adam Bradley 2c169ff508 wip
2015-12-30 15:03:05 -06:00

20 lines
528 B
HTML

<ion-navbar *navbar>
<ion-title>Modals</ion-title>
</ion-navbar>
<ion-content padding>
<p>
<button (click)="presentModal()">Present modal, pass params</button>
</p>
<p>
<button class="e2eOpenModal" (click)="presentModalChildNav()">Present modal w/ child ion-nav</button>
</p>
<p>
<button class="e2eOpenToolbarModal" (click)="presentToolbarModal()">Present modal w/ toolbar</button>
</p>
<p>
<button (click)="presentModalCustomAnimation()">Modal: Custom Animation</button>
</p>
</ion-content>