I have a html select option
This is actually a fairly old question. In the later version of Angular (angular 1.4+) you have the ngOptions directive. Here is the link:-
https://docs.angularjs.org/api/ng/directive/ngOptions
There is now a syntax for handling this case:-
label disable when disable for value in array track by trackexpr
I thought I would put this in in case someone else visits this page.