-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: element.select2 is not a function #39
Comments
Are there any updates with this problem? |
Did you load the select2 library? |
I have got this error after load select2 library |
Select2 4.x isn't supported yet, see #18. You need a 3.5.x version. |
thx |
where can I download version 3.5? |
Select2 for angular with below versions
Select2 : https://github.com/rubenv/angular-select2
Angular : v1.4.9
Iam getting the below error
TypeError: element.select2 is not a function
at link.getOptions (app.js:31163)
at getSelection (app.js:31231)
at link.controller.$render (app.js:31250)
at Object.ngModelWatch (app.js:25987)
at Scope.$digest (app.js:16229)
at Scope.$apply (app.js:16501)
at bootstrapApply (app.js:1822)
Here's the fiddle:
http://jsfiddle.net/r23mjL01/1/
The text was updated successfully, but these errors were encountered: