I'm using the built in router in Angular.JS to switch between control/template pairs. While switching the pages, the address bar is changed the accordingly. I checked the document, it says AngularJs has synchronized the $location service with the browser address bar.
My issue is I really want to disable the back and forth in my pages. It's because by clicking back and forth, I'm not able to fetch the data to fill the page. Previously with JQuery mobile, I've disabled the URL changes in the address bar. By this way, I have basically disabled the back and forth. However, with AngularJS, is there a way to do that?