I am using Angular JS with Onsen UI framework. In any template to "change page" I just need to put an ng-click calling the function:
ons.screen.presentPage('mypage.html')
I need to do the same into a controller (javascript code), in other words I want to change page without clicking on links.
Thanks