Right-buttons stopped working after ionic update?

This guy used to work, but if I update the version to 1.0.0-beta.9 in the dependency JS, everything stops working.

Is there a BC break or some sort of syntax change introduced? I can’t seem to make sense of this.

they did change the structure.
as far as i know <ion-view left-buttons="leftButtons" right-buttons="rightButtons" > this does not work anymore.

if you want to use it again change your code like here:

So is that a fully intentional regression?

Just lost an hour debugging this :slight_smile: I hope the docs will update soon…