mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
8 lines
162 B
HTML
8 lines
162 B
HTML
|
|
<ion-navbar *navbar class="android-attr">
|
|
<ion-title>{{selection.title}}</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
{{selection.content}}
|
|
</ion-content> |