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