In Angular.js, can we route to a different page without changing URL in the address bar? I want to update the view without changing the URL as if the user has moved to a new web page.
Asked
Active
Viewed 5,298 times
2
-
Basically, change the template used inside the current `ng-view` without having the URL in the address bar changed. Like how the `ng-include` works – Temp O'rary Jan 09 '15 at 13:41
-
Possible duplicate of [Excluding path in url using AngularJS](http://stackoverflow.com/questions/27758229/excluding-path-in-url-using-angularjs) – Darvanen Oct 28 '15 at 23:33