[BUG] in ion-header-bar

Hi,

I just found a bug on <ion-header-bar> migrating from the beta13 to beta14 :frowning:

The width of title is calculated from the number of characters in buttons but it’s hardly wrong when it’s an angular expression…
See this codepen for practical exemple : http://codepen.io/anon/pen/OPbKxy

The workaround I found is to set angular expression via ng-bind instead of {{ }}

I opened an issue : https://github.com/driftyco/ionic/issues/2881

1 Like