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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
The bug occures only in new 1.3.0 version of Angular.
When I use $location.search('some_param', 'value') everything works fine.
But when I then use $location.search('some_param', null) to clear that search param, Angular falls into infinite digest loop.