We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
http://emberjs.jsbin.com/fuvozo/1/edit?html,js,output
If a component takes in a property, foo and changes it (say, in didReceiveAttrs), then the component's template will see the original value.
foo
didReceiveAttrs
The text was updated successfully, but these errors were encountered:
@jamesarosen is it the same/similar issue #11559 ?
Sorry, something went wrong.
@OrKoN - Yes, they seem related.
Submitted #11572 to address this.
No branches or pull requests
JSBin
http://emberjs.jsbin.com/fuvozo/1/edit?html,js,output
Summary
If a component takes in a property,
foo
and changes it (say, indidReceiveAttrs
), then the component's template will see the original value.The text was updated successfully, but these errors were encountered: