mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
8 lines
144 B
HTML
8 lines
144 B
HTML
|
|
<ion-navbar *navbar>
|
|
<ion-title>{{ selection.title }}</ion-title>
|
|
</ion-navbar>
|
|
|
|
<ion-content padding>
|
|
{{ selection.content }}
|
|
</ion-content> |