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