I have a problem with ng-model on a select element when passing an object from option elements. So, imagine we have an array of columns from a table ca
select
option
You can use ng-options to bind the selected object to a model:
Choose filter
Plunker
Updated answer: