I try to put an image in my ion-nav-bar like this:
but the result i want is like this:
I took the theme example tabs my code is here:
<ion-nav-bar class="bar-stable nav-title-slide-ios7" style="background:#2f5689; border: none;">
<img src="img/header-bar.png" style="margin-top: 28px;">
<ion-nav-back-button class="button-icon icon ion-ios7-arrow-back back-button">
</ion-nav-back-button>
</ion-nav-bar>
How can i get it like that?