angular-selectize.js
angular-selectize.js copied to clipboard
Got 'TypeError: undefined is not a function' for initial load
I followed the example on plunkr, but somehow i got this exception on init. It seems like it doesn't get through 'initSelectize()'. keep throwing the same error on the line "element.selectize(opts)". Anybody can get it working for this latest version?
Here's my html:
Thanks.
I had the same issue. Took me a while to figure out what was going on. For me, I was not including the selectize library - once I added it, everything worked as expected. This was with 1.4.3.