angularjs-select2 icon indicating copy to clipboard operation
angularjs-select2 copied to clipboard

angularjs封装的select2(支持任意版本的select2)

Results 2 angularjs-select2 issues
Sort by recently updated
recently updated
newest added

(unknown) The select2('destroy') method was called on an element that is not using Select2

用最新版本的select2 change之后,会一直触发 ``` scope.$watch('select2Model', function (newVal) { $element.select2('data', newVal); }, true); ```