I have a collection of objects with user info.
"Id": "1",
"Firstname": "ABCDEF",
"Lastname": "GHIJK",
"Middlename": ""
In my select options I want to display two fields – Firstname Lastname. I don’t get how to do it and how to bind it to ng-model.
You can try this :
More information in the documentation : https://docs.angularjs.org/api/ng/directive/select