mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
16 lines
224 B
HTML
16 lines
224 B
HTML
<ion-navbar *navbar hide-back-button class="android-attr">
|
|
|
|
<a menu-toggle="leftMenu">
|
|
<icon menu></icon>
|
|
</a>
|
|
|
|
<ion-title>
|
|
Friends
|
|
</ion-title>
|
|
|
|
</ion-navbar>
|
|
|
|
|
|
<ion-content #content padding>
|
|
</ion-content>
|