angular-ui / ui-select2

AngularJS wrapper for select2 (deprecated, use angular-ui/ui-select)
https://github.com/angular-ui/ui-select
MIT License
596 stars 443 forks source link

select2 events with angular [Question] #220

Open veaceslav opened 10 years ago

veaceslav commented 10 years ago

i'm having troubles watching events from select2 in angular js. How can I do this from controller?

I'm interested in these events:

http://runnable.com/UmuP-67-dQlIAAFU/events-in-select2-for-jquery

Particularly the one when item is selected and removed (multiple selection).

I also asked my question here:

http://stackoverflow.com/questions/23931614/watch-ng-model-in-multiple-nested-ng-repeat

But didn't get any working solution for me.

Any help is greatly appreciated !

bountin commented 10 years ago

+1

ghost commented 10 years ago

+1

dfsq commented 10 years ago

+1 Related issue with directive example #270.