Ionic NavView Example

This simple Ionic app shows how to use ion-nav-view with templates and states.

Exercises

  1. Change the link in state 1 to a button, and use ui-sref instead of href.

  2. Add a third state, providing a link to it from state 2.

  3. Add a title bar that displays a title for each state/template.

  4. Add a back button to move back through the states.