I\'m building a dashboard system in AngularJS and I\'m running into an issue with setting the url via $location.path
$location.path
In our dashboard, we have a bunch o
You can set the reloadOnSearch property of $routeProvider to false.
Possible duplicate question : Can you change a path without reloading the controller in AngularJS?
Regards