mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
26 lines
330 B
HTML
26 lines
330 B
HTML
|
|
<ion-navbar *navbar>
|
|
|
|
<a menu-toggle="leftMenu">
|
|
<icon menu></icon>
|
|
</a>
|
|
|
|
<ion-title>
|
|
Menu
|
|
</ion-title>
|
|
|
|
</ion-navbar>
|
|
|
|
|
|
<ion-content padding>
|
|
|
|
<h3>Page 3</h3>
|
|
|
|
<p>
|
|
<button menu-toggle="leftMenu">Toggle Left Menu</button>
|
|
</p>
|
|
|
|
<f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f>
|
|
|
|
</ion-content>
|