Adding buttons to a header with ion-nav-vew

Hi,

I’m building an app that uses the sidemenu template and in the header bar of the template I want have a button. When I add a header it seems to be over written by the ion-nav-view.

How do I add a button so it appears in the header of the ion-nav-view?

Thanks

Stephen

Actually I’ve found the solution. I needed to add the ion-nav-buttons to the view, not the main index page, but the view I want the button to appear. Problem solved.