mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-24 23:01:57 +08:00
30 lines
422 B
HTML
30 lines
422 B
HTML
|
|
<ion-navbar *navbar>
|
|
|
|
<a menu-toggle="leftMenu">
|
|
<icon menu></icon>
|
|
</a>
|
|
|
|
<ion-title>
|
|
Push Menu
|
|
</ion-title>
|
|
|
|
</ion-navbar>
|
|
|
|
|
|
<ion-content #content padding>
|
|
|
|
<h3>Content</h3>
|
|
|
|
<p>
|
|
<button menu-toggle="leftMenu">Toggle Left Menu</button>
|
|
</p>
|
|
|
|
<p>
|
|
<button menu-toggle="rightMenu">Toggle Right Menu</button>
|
|
</p>
|
|
|
|
<f></f><f></f><f></f><f></f><f></f><f></f><f></f><f></f>
|
|
|
|
</ion-content>
|