TypeError: element.select2 不是函数



我已经使用select.js用于jquery,它工作正常。

但是,当 Select2 用于以下版本
的角度选择2 : https://github.com/rubenv/angular-select2
角度 : 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)

这是小提琴:

http://jsfiddle.net/r23mjL01/1/

您正在使用过时的库使用 UI-选择:https://github.com/angular-ui/ui-select

相关内容

  • 没有找到相关文章

最新更新