mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
16 lines
272 B
HTML
16 lines
272 B
HTML
<ion-view [view-title]="attrTitle + '!!!'">
|
|
|
|
<ion-nav-title>
|
|
NAV Title <button (click)></button>
|
|
</ion-nav-title>
|
|
|
|
<!-- <ion-nav-buttons side="left">
|
|
<button>left</button>
|
|
</ion-nav-buttons> -->
|
|
|
|
<ion-content>
|
|
CONTENT!!
|
|
</ion-content>
|
|
|
|
</ion-view>
|