The ngOptions attribute can be used to dynamically generate a list of <option> elements for the <select> element using the array or object obtained by evaluating the ngOptions comprehension expression.
I just started to play with Angular.js and have a question about ngOptions: Is it possible to label the …
angularjs angularjs-ng-options