Is there a full example of having an images in the navbar at the top with a working back button? I’m having trouble making that happen.
Figured it out myself. I was making it too complicated. Here is what I did.
<div class="bar bar-header bar-energized">
<a class="button button-small icon ion-arrow-left-b" href="#/tab/brewers"></a>
<h1 class="title"><img src="img/buac-minimal.png" /></h1>
</div>
Also look at: