mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Pages
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import {IonicView} from 'ionic/ionic';
|
||||
import {IonicView, Battery} from 'ionic/ionic';
|
||||
|
||||
|
||||
@IonicView({
|
||||
|
||||
@@ -10,7 +10,7 @@ import {IonicView, Dialogs} from 'ionic/ionic';
|
||||
<ion-title>Dialogs</ion-title>
|
||||
</ion-navbar>
|
||||
<ion-content class="padding">
|
||||
<h2>Device</h2>
|
||||
<h2>Dialogs</h2>
|
||||
<button primary outline (click)="doAlert()">Do Alert</button>
|
||||
<button primary outline (click)="doConfirm()">Do Confirm</button>
|
||||
<button primary outline (click)="doPrompt()">Do Prompt</button>
|
||||
|
||||
Reference in New Issue
Block a user