我已经将select.js用于jquery,它运行正常。
但是,当使用以下版本的角度的Select2时
选择2:https://github.com/rubenv/angular-select2
Angular:v1.4.9
我得到以下错误
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)
这是小提琴: