Hiding back button on android (beta 14)

Hi,
I just upgraded ionic to beta 14 and i’m checking what my app looks like now on the different platform.
My navigation bar looks like this now :

Can you tell me how to hide the back buttons on android (there is already the hardware one) or how to make it look normal?

Thx

Hmm, interesting, I wasn’t able to reproduce this in a test.

Hows your nav-bar, nav-back-button, and ion-view setup ?

My bad, I had a custom css class overriding the top and left properties. For the icon, it was set with the $ionicConfigProvider.

Thx!