Files
2015-12-31 21:09:30 -06:00

14 lines
340 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>
<pre>
Result: {{result}}
</pre>
</ion-content>