Files
Adam Bradley 2c169ff508 wip
2015-12-30 15:03:05 -06:00

13 lines
245 B
HTML

<ion-navbar *navbar>
<ion-title>Action Sheet</ion-title>
</ion-navbar>
<ion-content padding>
<button class="e2eOpenActionSheet" (click)="openActionSheet()">Open Action Sheet</button>
<pre>
Result: {{result}}
</pre>
</ion-content>