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?
?q[a]=1&q[b]=2
I'm able to get a single string (q=foo) and an array (q[]=1&q[]=2), but I'm unable to get an object like mentioned above.
q=foo
q[]=1&q[]=2
Aucun commentaire:
Enregistrer un commentaire