mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
13 lines
295 B
HTML
13 lines
295 B
HTML
|
|
<ion-navbar *navbar>
|
|
<ion-title>Popups</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding class="has-header">
|
|
<button (click)="doAlert()">Alert</button>
|
|
<button (click)="doPrompt()">Prompt</button>
|
|
<button (click)="doConfirm()">Confirm</button>
|
|
</ion-content>
|
|
|
|
<ion-overlay></ion-overlay>
|