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

Popular posts from this blog

symfony - InvalidConfigurationException in SecurityExtension.php line 429: No authentication listener registered for firewall "secured_area" -

angular ui router - 10 digest iterations reached in angularjs when using $state.go -

javascript - Handling constructor related functions while testing with mocha and sinon -