Merge pull request #5642 from jgw96/2.0

docs(demos): clean up of alert and actionsheet demo
This commit is contained in:
Brandy Carney
2016-02-29 14:03:56 -05:00
3 changed files with 1 additions and 7 deletions

View File

@ -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>

View File

@ -213,8 +213,4 @@ export class InitialPage {
this.nav.present(alert);
}
doCustomAnimation() {
}
}

View File

@ -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>