Title not left align in ion-header-bar on android

I am using beta5 (ionic-v1.0.0-beta.5b). I have simple modal template that looks like this

<div class="modal">

  <ion-header-bar align-title="left" class="bar bar-positive" >
     <h1 class="title">Select a wrestler</h1>
     <div class="buttons">
    ...
     </div>
  </ion-header-bar>

When testing inside a browser on the desktop the h1 title displays left aligned appropriately. However when running on Android 4.3 the title gets centered. Am I doing this in-correctly?

Odd, I will try this out later on today

ColorNotes