indrimuska / angular-selector

A native AngularJS directive that transform a simple <select> box into a full html select with typeahead.
http://indrimuska.github.io/angular-selector
MIT License
96 stars 36 forks source link

How to send selected data to POST? #90

Open vgavrilovikj opened 4 years ago

vgavrilovikj commented 4 years ago

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?