mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
uses buttons in aside example
This commit is contained in:
@ -9,13 +9,13 @@
|
||||
|
||||
<ion-list>
|
||||
|
||||
<ion-item *ng-for="#p of pages" (^click)="openPage(aside, p)">
|
||||
<button ion-item *ng-for="#p of pages" (^click)="openPage(aside, p)">
|
||||
{{p.title}}
|
||||
</ion-item>
|
||||
</button>
|
||||
|
||||
<ion-item aside-toggle id="e2eCloseMenu">
|
||||
<button ion-item aside-toggle id="e2eCloseMenu">
|
||||
Close Menu
|
||||
</ion-item>
|
||||
</button>
|
||||
|
||||
</ion-list>
|
||||
|
||||
|
Reference in New Issue
Block a user