angular-route-segment
angular-route-segment copied to clipboard
reloadOnSearch false, doesn't work
Hi, I realized that something that worked in a past version, It doesn't work now. So, I investigate what's happened and discover that $routeChangeStart event was called, and inside of the second argument reloadOnSearch property was true.
Also, if reloadOnSearch was false, another event have to be called ($routeUpdate), and never do it.
Here there is an example in plunker: http://plnkr.co/edit/Rz6AR8Vnf7BGfhkTsAVR?p=preview
So, the resolve of the route config is called only one time, but something's wrong.
I'm facing the same problem. I've tried a few workarounds, but without success. Any ideas?