You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: