[Concept] Angular module questions

I want to do an application with first page as log in, then the lobby page with the side menu, and the main page with tab bar.

The questions are…

  • For the Ionic, should I have only one Angular module per application ?
  • If not, how to navigate to another html from the function in controller ?

Many thanks.