Ion-nav-buttons from nested state

In the documentation of <ion-nav-buttons> (http://ionicframework.com/docs/api/directive/ionNavButtons/), it is specified that it should not be wrapped in an other div. How would one go around modifying the nav bar buttons from within a nested state (that has to be nested inside its parent’s <div ui-view />)?

1 Like

Follow-up question: what’s the deal with embedded <ion-nav-view>'s? They seem to mess things up.