Buttons in Headers

When buttons are placed in headers or footers, they take the style of the bar by default, so you don't have to use the extra style classes. To change this, add the desired style class.

<divclass="bar bar-header"><buttonclass="button icon ion-navicon"></button><h1class="title">Header Buttons</h1><buttonclass="button">Edit</button></div>