Files
2015-09-22 11:25:27 -05:00

23 lines
251 B
HTML

<ion-navbar *navbar>
<a menu-toggle>
<icon menu></icon>
</a>
<ion-title>
Menu
</ion-title>
</ion-navbar>
<ion-content #content padding>
<h3>Page 2</h3>
<p>
<button menu-toggle>Toggle Menu</button>
</p>
</ion-content>