mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
23 lines
274 B
HTML
23 lines
274 B
HTML
|
|
<ion-navbar *navbar>
|
|
|
|
<button menuToggle>
|
|
<ion-icon name="menu"></ion-icon>
|
|
</button>
|
|
|
|
<ion-title>
|
|
Menu
|
|
</ion-title>
|
|
|
|
</ion-navbar>
|
|
|
|
<ion-content #content padding>
|
|
|
|
<h3>Page 2</h3>
|
|
|
|
<p>
|
|
<button menuToggle>Toggle Menu</button>
|
|
</p>
|
|
|
|
</ion-content>
|