mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
18 lines
468 B
HTML
18 lines
468 B
HTML
|
|
<ion-content padding>
|
|
<p>
|
|
<button class="e2eOpenModal" (click)="openModalChildNav()">Open modal w/ child ion-nav</button>
|
|
</p>
|
|
<p>
|
|
<button (click)="openModal()">Open modal, pass params</button>
|
|
</p>
|
|
<p>
|
|
<button class="e2eOpenToolbarModal" (click)="openToolbarModal()">Open modal w/ toolbar</button>
|
|
</p>
|
|
<p>
|
|
<button (click)="openModalCustomAnimation()">Modal: Custom Animation</button>
|
|
</p>
|
|
</ion-content>
|
|
|
|
<ion-overlay></ion-overlay>
|