Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component attributes shadow properties #11571

Closed
jamesarosen opened this issue Jun 27, 2015 · 3 comments
Closed

Component attributes shadow properties #11571

jamesarosen opened this issue Jun 27, 2015 · 3 comments

Comments

@jamesarosen
Copy link

JSBin

http://emberjs.jsbin.com/fuvozo/1/edit?html,js,output

Summary

If a component takes in a property, foo and changes it (say, in didReceiveAttrs), then the component's template will see the original value.

@OrKoN
Copy link

OrKoN commented Jun 27, 2015

@jamesarosen is it the same/similar issue #11559 ?

@rwjblue
Copy link
Member

rwjblue commented Jun 27, 2015

@OrKoN - Yes, they seem related.

@rwjblue
Copy link
Member

rwjblue commented Jun 28, 2015

Submitted #11572 to address this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants