Files
2016-03-05 13:34:14 -06:00

15 lines
420 B
HTML

<ion-navbar *navbar>
<ion-title>Action Sheet</ion-title>
</ion-navbar>
<ion-content padding>
<button block class="e2eOpenActionSheet" (click)="presentActionSheet1()">Present Action Sheet 1</button>
<button block (click)="presentActionSheet2()">Present Action Sheet 2</button>
<button block (click)="presentActionSheet3()">Present Action Sheet 3</button>
<pre>
Result: {{result}}
</pre>
</ion-content>