Skip to main content

All Questions

Filter by
Sorted by
Tagged with
4 votes
2 answers
5k views

AngularJS: Sending requests via $resource with array type parameters (checkboxes, multiselects etc.)

I have problems trying to use the $resource library in AngularJS to send a properly serialized GET request when there is an array of checkboxes (client_status) in my GET parameters. This is the code ...
Thomas Cheng's user avatar