[ad_1]
I would use ng-options and ng-model. Your HTML will look something like this:
<select ng-model="myColor" ng-options="color.name for color in colors"></select>
reference:
0
[ad_2]
solved How to get selected value in drop down in angular js controller