I am following this dated tutorial, and got a similar problem: the header bar would display, but the text would not.
Problem was; home.html had the h1 within an <ion-nav-bar>
. Updating that tag to <ion-header-bar>
fixed it.
↧
Ion-nav-bar automatically hidden when it shouldn't be
↧