ui-select2 icon indicating copy to clipboard operation
ui-select2 copied to clipboard

Watching of the options dataset not responding to changes #86

Open idrabenia opened this issue 11 years ago • 7 comments

idrabenia avatar Feb 10 '14 19:02 idrabenia

+1 fixes #155

kilianc avatar Feb 16 '14 15:02 kilianc

Hi, Guys!

Why you do not apply this pull request? Maybe you found some defect in it?

idrabenia avatar Feb 19 '14 09:02 idrabenia

Any news on this?

kilianc avatar Feb 22 '14 17:02 kilianc

Hey, please apply this fix! Without this feature your plugin is crap.

igor-bina avatar Mar 13 '14 20:03 igor-bina

+1

swissmanu avatar Apr 28 '14 06:04 swissmanu

+1 I need this too.

Without it, my attempt to initialize the select2 dropdown to a preselected value by setting the ng-model value was failing, because the $watch doesn't fire when my ng-repeat options values are updated.

darynmitchell avatar Aug 25 '14 21:08 darynmitchell

Or, if you don't want to assume collection (not sure why you wouldn't on options, but maybe for someone whose options never change): At least could provide an option to specify that the <select> options should be watched with $watchCollection (v1.2+) or passing objectEquality = true (v1.07)

darynmitchell avatar Aug 25 '14 21:08 darynmitchell