Skip to content

Commit 886c07e

Browse files
Allow usage as attribute - Closes #27
1 parent afafb78 commit 886c07e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/selectize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
angular.module('selectize', []).value('selectizeConfig', {}).directive("selectize", ['selectizeConfig', function(selectizeConfig) {
77
return {
8-
restrict: 'E',
8+
restrict: 'EA',
99
require: '^ngModel',
1010
scope: {ngModel: '=', config: '=?', options: '=?', ngDisabled: '=', ngRequired: '&'},
1111
link: function(scope, element, attrs, modelCtrl) {

0 commit comments

Comments
 (0)