mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
fix(aside): tap on content. Fixes #78
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<ion-aside #aside [content]="content" id="menu" type="overlay">
|
||||
<ion-aside #aside [content]="content" id="menu" type="reveal">
|
||||
|
||||
<ion-toolbar secondary>
|
||||
<ion-title>Left Menu</ion-title>
|
||||
@ -17,7 +17,6 @@
|
||||
</button>
|
||||
|
||||
</ion-list>
|
||||
|
||||
</ion-content>
|
||||
|
||||
</ion-aside>
|
||||
|
@ -21,4 +21,6 @@
|
||||
<button id="e2eContentToggleAside" aside-toggle>Toggle Aside</button>
|
||||
</p>
|
||||
|
||||
<f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f>
|
||||
|
||||
</ion-content>
|
||||
|
Reference in New Issue
Block a user