How to prevent view redraw when changing route in AngularJS
问题 I'm making a web app where users can view objects on a map, press a marker and go to a new view with information. From that view they can traverse deeper, into more information. Something like: /map /tree/{treeid} /tree/{treeid}/information/{informationid} I know how to keep the actual model state when traversing between routes/states. The problem is that I don't want to recalculate the entire map (with markers and everything) when I go back in the browser history. In other words, I want to