Files
ionic-framework/ionic/components/nav-bar/test/long-title/main.html
Adam Bradley 21c1b550ef button fixes
2015-06-19 12:51:21 -05:00

15 lines
386 B
HTML

<ion-view nav-title="What we have here is an extremely long title that probably would not fit inside of a standard title block that is on top of the view and things.">
<ion-nav-items side="primary">
<button>p1</button>
<button>p2</button>
<button>p3</button>
</ion-nav-items>
<ion-nav-items side="secondary">
<button>s1</button>
</ion-nav-items>
</ion-view>