PATH:
home
/
letacommog
/
crmleta
/
consumerportal
/
libraries
/
angularuiaddons
/
ui-select-master
/
src
/
select2
<div class="ui-select-container select2 select2-container" ng-class="{'select2-container-active select2-dropdown-open open': $select.open, 'select2-container-disabled': $select.disabled, 'select2-container-active': $select.focus, 'select2-allowclear': $select.allowClear && !$select.isEmpty()}"> <div class="ui-select-match"></div> <div class="select2-drop select2-with-searchbox select2-drop-active" ng-class="{'select2-display-none': !$select.open}"> <div class="select2-search" ng-show="$select.searchEnabled"> <input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" role="combobox" aria-expanded="true" aria-owns="ui-select-choices-{{ $select.generatedId }}" aria-label="{{ $select.baseTitle }}" aria-activedescendant="ui-select-choices-row-{{ $select.generatedId }}-{{ $select.activeIndex }}" class="ui-select-search select2-input" ng-model="$select.search"> </div> <div class="ui-select-choices"></div> </div> </div>
[+]
..
[-] choices.tpl.html
[edit]
[-] match.tpl.html
[edit]
[-] match-multiple.tpl.html
[edit]
[-] select-multiple.tpl.html
[edit]
[-] select.tpl.html
[edit]