fixed dropdown

This commit is contained in:
David Baldwynn 2016-04-21 21:08:50 -04:00
parent 5eb25311d9
commit e4aeff0827

View file

@ -17,9 +17,9 @@
<ui-select-match placeholder="Type or select an option">
{{$select.selected.option_value}}
</ui-select-match>
<ui-select-choices repeat="option in field.fieldOptions | filter: $select.search"
ng-click="$root.nextField()"
ng-class="{'active': option.option_value === field.fieldValue }">
<ui-select-choices
repeat="option in field.fieldOptions | filter: $select.search"
ng-class="{'active': option.option_value === field.fieldValue }">
<span ng-bind-html="option.option_value | highlight: $select.search"></span>
</ui-select-choices>
</ui-select>