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