mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 19:57:22 +08:00
25 lines
391 B
HTML
25 lines
391 B
HTML
|
|
<ion-navbar *navbar>
|
|
|
|
<ion-nav-items primary>
|
|
<button aside-toggle id="e2eHeaderToggleAside">
|
|
<icon name="ion-navicon"></icon>
|
|
</button>
|
|
</ion-nav-items>
|
|
|
|
<ion-title>
|
|
Aside
|
|
</ion-title>
|
|
|
|
</ion-navbar>
|
|
|
|
<ion-content #content class="padding">
|
|
|
|
<h3>Page 2</h3>
|
|
|
|
<p>
|
|
<button id="e2eContentToggleAside" aside-toggle>Toggle Aside</button>
|
|
</p>
|
|
|
|
</ion-content>
|