Well, I'm doing an AngularJS embedded application that when the system (operational, not the application) starts, it opens the index.html that contains the angular application.
The first page works, but how do I get it to another page?
I tried using routes, but as it runs in the file: // protocol I do not have a context where I can do / otherpage.
How can I display another page with another controller?