How to use jQuery Select2 with AngularJS

前端 未结 4 1677
醉酒成梦
醉酒成梦 2021-01-18 15:47

I am trying to use jQuery (2.2.1) Select2 (3.5.2) with Angularjs (1.5) but am having a difficult time grabbing the data from the select box. I have tried ui-select and I co

4条回答
  •  轮回少年
    2021-01-18 15:54

    Angular Version of Select2 is available. Check Here : https://www.npmjs.com/package/angular-select2

    ( The Code is here: https://github.com/rubenv/angular-select2 )

    This Angular Library uses Select2 as dependency and helps integrating Select2 in your forms.

提交回复
热议问题