SyntaxFix
Write A Post
Hire A Developer
Questions
Also you can do like this:
<select class="form-control postType" ng-model="selectedProd"> <option ng-repeat="product in productList" value="{{product}}">{{product.name}}</option> </select>
where "selectedProd" will be selected product.