mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
12 lines
324 B
HTML
12 lines
324 B
HTML
|
|
<ion-navbar *navbar hide-back-button class="android-attr">
|
|
<ion-title>Popups</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding class="has-header">
|
|
<button dark (click)="doAlert()">Alert</button>
|
|
<button light (click)="doPrompt()">Prompt</button>
|
|
<button primary (click)="doConfirm()">Confirm</button>
|
|
</ion-content>
|
|
|