Skip to content

Commit b8a1639

Browse files
Remove priority directive.
More info here angular-ui#111
1 parent a196dc3 commit b8a1639

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/select2.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ angular.module('ui.select2', []).value('uiSelect2Config', {}).directive('uiSelec
1212
}
1313
return {
1414
require: 'ngModel',
15-
priority: 1,
1615
compile: function (tElm, tAttrs) {
1716
var watch,
1817
repeatOption,

0 commit comments

Comments
 (0)