mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
14 lines
340 B
HTML
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>
|