1. code ในส่วนของไฟล์ .html <select class="form-control" id = "combo_g"> <option ng-repeat="combo in data_combo" value="{{ combo.va lue}}"> {{ combo.name }}</option> </select> 2. code ในส่วนของ controller $scope.data_combo = [{'value' : -1,'name' : ' กรุณาเลือก'},{'value' : 1,'name' : ' xxxx'}];