mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
14 lines
316 B
HTML
14 lines
316 B
HTML
|
|
<ion-navbar *navbar>
|
|
<ion-title>Action Sheet</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
<button class="e2eOpenActionSheet" (click)="openActionSheet1()">Open Action Sheet 1</button>
|
|
<button (click)="openActionSheet2()">Open Action Sheet 2</button>
|
|
|
|
<pre>
|
|
Result: {{result}}
|
|
</pre>
|
|
</ion-content>
|