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
We're using Angular UI Router instead of built-in routes for a similar scenario. It doesn't seem to re-instantiate the controller and re-render the entire view.