PATH:
home
/
letacommog
/
crmleta
/
consumerportal
/
libraries
/
angularuiaddons
/
ui-select-master
/
src
/
select2
<!-- select2-choice needs to be before ui-select-multiple otherwise CSS rules from https://github.com/fk/select2-bootstrap-css do not work: [class^="select2-choice"] --> <span class="ui-select-match"> <li class="ui-select-match-item select2-search-choice" ng-repeat="$item in $select.selected" ng-class="{'select2-search-choice-focus':$select.activeMatchIndex === $index, 'select2-locked':$select.isLocked(this, $index)}"> <span uis-transclude-append></span> <a href="javascript:;" class="ui-select-match-close select2-search-choice-close" ng-click="$select.removeChoice($index)" tabindex="-1"></a> </li> </span>
[+]
..
[-] choices.tpl.html
[edit]
[-] match.tpl.html
[edit]
[-] match-multiple.tpl.html
[edit]
[-] select-multiple.tpl.html
[edit]
[-] select.tpl.html
[edit]