All Questions
Tagged with angularjs-controller angular-resource
1 question
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 ...