angular-route-segment icon indicating copy to clipboard operation
angular-route-segment copied to clipboard

reloadOnSearch false, doesn't work

Open CristianMR opened this issue 9 years ago • 1 comments

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.

CristianMR avatar Sep 25 '15 16:09 CristianMR

I'm facing the same problem. I've tried a few workarounds, but without success. Any ideas?

ivmarcos avatar Feb 12 '16 13:02 ivmarcos