group-helper icon indicating copy to clipboard operation
group-helper copied to clipboard

Attribute binding not working properly with components inside each blocks

Open ernesto-jimenez opened this issue 10 years ago • 3 comments

Here's a quick jsbin illustrating the issue: http://emberjs.jsbin.com/migol/6/edit

You can wrap a component inside the group helper and it would work. However, if you have a group block with an each block rendering a component, the component's properties are not properly bound.

Is there any way to make this work?

I'm trying to figure out why, but I'm not familiar enough with ember's internals yet :)

Thanks!

ernesto-jimenez avatar Apr 23 '14 21:04 ernesto-jimenez