<div class="form-group">
<label class="control-label"> Ticket Closure Type </label>
<ui-select ng-model="resCode" theme="bootstrap"
ng-click="vm.getClosureTypeOfCloseTicket(resCode)">
<ui-select-choices ng-repeat="resolutionCode in resolutionCodes | filter: $select.search">
{{resolutionCode.csmClosureReasonCode}}
</ui-select-choices>
</ui-select>
<!-- <select ng-model="resCode" on-select="vm.getClosureTypeOfCloseTicket(resCode)">
<option repeat="resolutionCode in resolutionCodes">{{resolutionCode.csmClosureReasonCode}}</option>
</select> -->
</div>
Часть кода, которую я закомментировал, работает как задумано. С другой стороны, когда я хочу использовать ui-select, он выдает ошибку ниже.
Ошибка: [ui.select:transcluded] Ожидается 1 ui-select-match, но получено 0