javascript - Angular $resource: Use POST to query array of values? -
i'm building out search functionality within angular app allow user search multiple 'tags'. results of search list of customers of provided tags associated them.
the problem i'm running attempting pass array of 'tags' through get
request using $resource
. in case using post
, passing array in request body better approach?
logically seems strict get
me i'm not altering server side, array makes tricky.
Comments
Post a Comment