mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
15 lines
216 B
HTML
15 lines
216 B
HTML
|
|
<ion-navbar *navbar class="show-navbar">
|
|
<ion-title>Modals</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content class="has-header padding">
|
|
<button block (click)="openModal()">
|
|
Show Modal
|
|
</button>
|
|
</ion-content>
|
|
|
|
|
|
|
|
|