mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
22 lines
362 B
HTML
22 lines
362 B
HTML
|
|
<ion-navbar *navbar>
|
|
<button menuToggle="left">
|
|
<ion-icon name="menu"></ion-icon>
|
|
</button>
|
|
<ion-title>
|
|
Multiple Menus
|
|
</ion-title>
|
|
</ion-navbar>
|
|
|
|
|
|
<ion-content padding>
|
|
<h3> Page 1 </h3>
|
|
|
|
<p>
|
|
<button menuToggle="left">Toggle Menu</button>
|
|
</p>
|
|
|
|
<p>This page has two left menus, but only one is active at a time.</p>
|
|
|
|
</ion-content>
|