Nav-title-slide-ios7 always on in Beta 8?

Is it my imagination or is the nav-title-slide-ios7 animation always on? Not only that, it seems I cannot turn it off.

This

<ion-nav-bar class="bar-positive no-animation" animation="no-animation">

gets rendered as this

<ion-nav-bar class="bar-positive no-animation bar bar-header nav-bar nav-title-slide-ios7 disable-user-behavior" animation="no-animation">
</ion-nav-bar>

Seems you are correct! Good catch. Can you open an issue for this.

For reference, here’s the issue on Github: https://github.com/driftyco/ionic/issues/1671