mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
Merge pull request #5642 from jgw96/2.0
docs(demos): clean up of alert and actionsheet demo
This commit is contained in:
@ -4,5 +4,4 @@
|
||||
|
||||
<ion-content padding>
|
||||
<button block (click)="present()">Basic Action Sheet</button>
|
||||
<button block secondary (click)="present()">Custom Animation Action Sheet</button>
|
||||
</ion-content>
|
||||
|
@ -213,8 +213,4 @@ export class InitialPage {
|
||||
this.nav.present(alert);
|
||||
}
|
||||
|
||||
doCustomAnimation() {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -2,11 +2,10 @@
|
||||
<ion-title>Alert</ion-title>
|
||||
</ion-navbar>
|
||||
|
||||
<ion-content>
|
||||
<ion-content padding>
|
||||
<button block (click)="doAlert()">Basic Alert</button>
|
||||
<button light block (click)="doConfirm()">Confirm Alert</button>
|
||||
<button secondary block (click)="doPrompt()">Prompt Alert</button>
|
||||
<button danger block (click)="doRadio()">Radio Alert</button>
|
||||
<button dark block (click)="doCheckbox()">Checkbox Alert</button>
|
||||
<button block (click)="doCustomAnimation()">Custom Animation Alert</button>
|
||||
</ion-content>
|
||||
|
Reference in New Issue
Block a user