This repository was archived by the owner on Apr 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27.4k
$location.search does not remove query args when pass in an object #6565
Milestone
Comments
That's a bug, I think setting an object should behave the same as setting a single param. It's this code: Lines 412 to 436 in 3cf2da0
|
SekibOmazic
added a commit
to SekibOmazic/angular.js
that referenced
this issue
Mar 6, 2014
Query args will be removed from $location search object if they are passed in as null or undefined object properties closes angular#6565
SekibOmazic
added a commit
to SekibOmazic/angular.js
that referenced
this issue
Mar 6, 2014
Query args will be removed from $location search object if they are passed in as null or undefined object properties closes angular#6565
IgorMinar
pushed a commit
that referenced
this issue
Jul 1, 2014
Query args will be removed from $location search object if they are passed in as null or undefined object properties Closes #6565
ckknight
pushed a commit
to ckknight/angular.js
that referenced
this issue
Jul 16, 2014
Query args will be removed from $location search object if they are passed in as null or undefined object properties Closes angular#6565
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the following code is used to remove query args from location url, it worked as expected:
But, the following code does not work as expected:
The text was updated successfully, but these errors were encountered: