Not working with array
htycm opened this issue · 1 comments
htycm commented
if I have something like
{{#each myArray as |element|}}
{{content-editable value=element}}
{{/each}}
It does not seem to be binding the value. Can anyone help?
htycm commented
Realized it is an ember thing that primitive values are not bound in {{each}}, simple solution to use a object array instead of array of numbers