Skip to content

Commit d6544d9

Browse files
committed
Add priority to make less incompatible with Angular 1.2
This gets around problem introduced by angular/angular.js@31f190d but does not address the multi issue (which is well beyond my capability).
1 parent dba325b commit d6544d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/select2.js

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ angular.module('ui.select2', []).value('uiSelect2Config', {}).directive('uiSelec
1212
}
1313
return {
1414
require: 'ngModel',
15+
priority: 1,
1516
compile: function (tElm, tAttrs) {
1617
var watch,
1718
repeatOption,

0 commit comments

Comments
 (0)