Files
ionic-framework/playground/views/main.html
Adam Bradley 5938f0b65f view this
2015-03-18 17:34:49 -05:00

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>