@remino wrote:
In Ember 2, for a URL with a query string of
?q[a]=1&q[b]=2
, how do I get those params in the controller?I know how to do it with a single string (
q=foo
) or an array (q[]=1&q[]=2
), but for the above, I can't make it work.
Posts: 2
Participants: 2