Skip to content

Commit

Permalink
Allow usage as attribute - Closes #27
Browse files Browse the repository at this point in the history
  • Loading branch information
machineboy2045 committed Jan 28, 2015
1 parent afafb78 commit 886c07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/selectize.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

angular.module('selectize', []).value('selectizeConfig', {}).directive("selectize", ['selectizeConfig', function(selectizeConfig) {
return {
restrict: 'E',
restrict: 'EA',
require: '^ngModel',
scope: {ngModel: '=', config: '=?', options: '=?', ngDisabled: '=', ngRequired: '&'},
link: function(scope, element, attrs, modelCtrl) {
Expand Down

0 comments on commit 886c07e

Please sign in to comment.