ember-select-2 icon indicating copy to clipboard operation
ember-select-2 copied to clipboard

Correctly update value when sub-array

Open mrloop opened this issue 10 years ago • 2 comments
trafficstars

{{#each selections in allMySelections}}
  {{select-2 value=selections content=aContentArray multiple=true}}
{{/end}}

Without update allMySelections doesn't get updated when sub-array selections change.

mrloop avatar Feb 27 '15 16:02 mrloop

No test case included, how do you run the test suite?

mrloop avatar Feb 27 '15 16:02 mrloop

@mrloop Clone this repo, run npm install && bower install then run ember test --server

koemeet avatar May 07 '15 00:05 koemeet