I think there is a little bug in http://learn.ionicframework.com/formulas/navigation-and-routing-part-1/

Good morning.

Here http://learn.ionicframework.com/formulas/navigation-and-routing-part-1/

in “adding a Header” session, user can be confused because “title” doesn’t change changing tab. This is normal, because provided code has the same title in the two views

<script type="text/ng-template" id="home.html">
  <ion-view title="Home">

<script type="text/ng-template" id="help.html">
  <ion-view title="Home">

but i think second view should has title “Help” in order to avoid confusion : with the same title,

These titles are being driven by the title attribute of ion-view.

looks like not working.