Hello,
I have an app based on the tab starter template. I want buttons in my header, i tried
<ion-header-bar align-title="left" class="bar-positive">
<div class="buttons">
<button class="button" ng-click="doSomething()">Left Button</button>
</div>
<h1 class="title">Title!</h1>
<div class="buttons">
<button class="button">Right Button</button>
</div>
</ion-header-bar>```
in my `<ion-view>`, but with no result, the header bar stays empty!
Can someone point me into the right direction?
Thanks a lot!