This repository was archived by the owner on Oct 2, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
ng-show ="$select.items.length > 0 ">
4
4
< li class ="ui-select-choices-group " id ="ui-select-choices-{{ $select.generatedId }} " >
5
5
< div class ="divider " ng-show ="$select.isGrouped && $index > 0 "> </ div >
6
- < div ng-show ="$select.isGrouped " class ="ui-select-choices-group-label dropdown-header " ng-bind-html ="$group.name "> </ div >
6
+ < div ng-show ="$select.isGrouped " class ="ui-select-choices-group-label dropdown-header " ng-bind ="$group.name "> </ div >
7
7
< div id ="ui-select-choices-row-{{ $select.generatedId }}-{{$index}} " class ="ui-select-choices-row "
8
8
ng-class ="{active: $select.isActive(this), disabled: $select.isDisabled(this)} " role ="option ">
9
9
< a href ="javascript:void(0) " class ="ui-select-choices-row-inner "> </ a >
Original file line number Diff line number Diff line change 1
1
< ul class ="ui-select-choices ui-select-choices-content select2-results ">
2
2
< li class ="ui-select-choices-group " ng-class ="{'select2-result-with-children': $select.choiceGrouped($group) } ">
3
- < div ng-show ="$select.choiceGrouped($group) " class ="ui-select-choices-group-label select2-result-label " ng-bind-html ="$group.name "> </ div >
3
+ < div ng-show ="$select.choiceGrouped($group) " class ="ui-select-choices-group-label select2-result-label " ng-bind ="$group.name "> </ div >
4
4
< ul role ="listbox "
5
5
id ="ui-select-choices-{{ $select.generatedId }} " ng-class ="{'select2-result-sub': $select.choiceGrouped($group), 'select2-result-single': !$select.choiceGrouped($group) } ">
6
6
< li role ="option " id ="ui-select-choices-row-{{ $select.generatedId }}-{{$index}} " class ="ui-select-choices-row " ng-class ="{'select2-highlighted': $select.isActive(this), 'select2-disabled': $select.isDisabled(this)} ">
Original file line number Diff line number Diff line change 1
1
< div ng-show ="$select.open " class ="ui-select-choices selectize-dropdown single ">
2
2
< div class ="ui-select-choices-content selectize-dropdown-content ">
3
3
< div class ="ui-select-choices-group optgroup " role ="listbox ">
4
- < div ng-show ="$select.isGrouped " class ="ui-select-choices-group-label optgroup-header " ng-bind-html ="$group.name "> </ div >
4
+ < div ng-show ="$select.isGrouped " class ="ui-select-choices-group-label optgroup-header " ng-bind ="$group.name "> </ div >
5
5
< div role ="option " class ="ui-select-choices-row " ng-class ="{active: $select.isActive(this), disabled: $select.isDisabled(this)} ">
6
6
< div class ="option ui-select-choices-row-inner " data-selectable > </ div >
7
7
</ div >
You can’t perform that action at this time.
0 commit comments