angular-selector
angular-selector copied to clipboard
How to send selected data to POST?
How can I send the selected items to POST? If I only attach name="authors[]", this is what I get in POST:
[authors] => Array ( [0] => object:66 [1] => object:70 )
How can I get the value instead of object?