mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
24 lines
406 B
HTML
24 lines
406 B
HTML
<ion-view view-title="!attr Title!">
|
|
|
|
<ion-view-title>
|
|
!ele Title!
|
|
</ion-view-title>
|
|
|
|
<ion-nav-items side="primary">
|
|
<button>p1</button>
|
|
<button>p2</button>
|
|
<button>p3</button>
|
|
<button>p4</button>
|
|
</ion-nav-items>
|
|
|
|
<ion-nav-items side="secondary">
|
|
<button>s1</button>
|
|
<button>s2</button>
|
|
</ion-nav-items>
|
|
|
|
<ion-content>
|
|
CONTENT!!
|
|
</ion-content>
|
|
|
|
</ion-view>
|