paolodm/angular-selectize

Update for 0.7.7

Closed this issue · 3 comments

Selectize.js is now on version 0.7.7 and demo (and directive) is not working.

shameless bump!

betz commented

Replace

$(element).selectize(scope.$eval(attrs.selectize));

with

element.selectize(scope.$eval(attrs.selectize));