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
You might want to open a new window to make sure the page will be reloaded
Now notice how the arguments are shown, as a string: "q":"1,2,3,4"
The expected behavior would be:
On case 2, $location should return the search arguments as a javascript array ("q":[1,2,3,4]) instead of as a string with objects separated by commas ("q":"1,2,3,4").
The text was updated successfully, but these errors were encountered:
You might want to open a new window to make sure the page will be reloaded
Now notice how the arguments are shown, as a string: "q":"1,2,3,4"
The expected behavior would be:
On case 2, $location should return the search arguments as a javascript array ("q":[1,2,3,4]) instead of as a string with objects separated by commas ("q":"1,2,3,4").
To reproduce:
The expected behavior would be:
On case 2, $location should return the search arguments as a javascript array ("q":[1,2,3,4]) instead of as a string with objects separated by commas ("q":"1,2,3,4").
The text was updated successfully, but these errors were encountered: