How to Set a Page Header in an Ionic/AngularJS App
When you create a new Ionic/AngularJS app in Appery.io, every app has two pages out-of-the-box. index
is the main template page and Screen1
is a page that uses the template. Any other pages that you create will use the index
template page. Most pages in your app will have a header. If you open Screen1
or any other page, you will see that it doesn’t have a header area. That’s how it supposed to be since the index
template has the common header. You can set a static page title in the index
page but then you will have the same page header on all other pages. Most likely you want to the page header to change on different pages. We are going to show you how to do that in an AngularJS app.