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
I want to stress that tags=279&tags=280 is a standard angular way to pass multiple value parameters to $http, so please don't tell me I shouldn't use such syntax. BTW the &tags=279,280 syntax of the
$location.search({tags: [279, 280]})
doesn't work as well.
Thank you in advance for answering!
The text was updated successfully, but these errors were encountered:
Hello,
I have a problem with multiple value parameters in $stateParams.
I configured my state as follows:
When I go to http://localhost:9000/#/productSearch?tags=279&tags=280, the tags=279 is removed from address and I get only tags=280 in the $stateParams.
I want to stress that tags=279&tags=280 is a standard angular way to pass multiple value parameters to $http, so please don't tell me I shouldn't use such syntax. BTW the &tags=279,280 syntax of the
doesn't work as well.
Thank you in advance for answering!
The text was updated successfully, but these errors were encountered: