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
solved How to get selected value in drop down in angular js controller
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
solved How to get selected value in drop down in angular js controller