mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
23 lines
310 B
HTML
23 lines
310 B
HTML
|
|
<ion-navbar *navbar>
|
|
|
|
<a menu-toggle id="e2eHeaderToggleMenu">
|
|
<icon menu></icon>
|
|
</a>
|
|
|
|
<ion-title>
|
|
Menu
|
|
</ion-title>
|
|
|
|
</ion-navbar>
|
|
|
|
<ion-content #content class="padding">
|
|
|
|
<h3>Page 2</h3>
|
|
|
|
<p>
|
|
<button menu-toggle id="e2eContentToggleMenu">Toggle Menu</button>
|
|
</p>
|
|
|
|
</ion-content>
|