Documentation and examples (code) updated?

I have the feeling that the RC0 version came with too many issues. Update my app from the RC4 version is still an odyssey :triumph:

I copied this piece of code from the web:

<ion-header>
  <ion-toolbar>
    <ion-buttons start>
      <button>
        <ion-icon name="create"></ion-icon>
      </button>
    </ion-buttons>
    <ion-segment>
      <ion-segment-button value="new">
        New
      </ion-segment-button>
      <ion-segment-button value="hot">
        Hot
      </ion-segment-button>
    </ion-segment>
    <ion-buttons end>
      <button>
        <ion-icon name="more"></ion-icon>
      </button>
    </ion-buttons>
  </ion-toolbar>
</ion-header>

And this is the strange output of the buttons:

image

You need to add that ion-button to each button.