I’m navigating between 2 controller with $location.url(’/controller?param=value’), then I’m checking on the value of param to change $scope values… But the strange thing that the $location.url() is not reloading the controller! It displays but without reloading it…
Here is the scenario
- User visit barcode page => redirect to product page => get back to barcode page(now the controller doesn’t reload)!