You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ang...@googlegroups.com
Hey Ashit,
You'd want to use the ng-options directive to achieve that. It works very similarly to ng-repeat. In your select element, you'd add the directive with the parameters "labelValue for optionValue in objArr" (Note, those are placeholders). Since you need the label to contain multiple properties and for it to be formatted a certain way, you could have 'labelValue' be a call to a function (with the arguments being the obj properties you want to show in the label) that returns a string the way you'd like to be formatted.