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

add docs regarding observers and computed properties (ref #774) #780

Merged
merged 1 commit into from
May 3, 2012

Conversation

adamlogic
Copy link

No description provided.

@travisbot
Copy link

This pull request passes (merged d50b494c into 3e9dd6c).

bindings that connect to a computed property. Changing a dependency
will not immediately trigger an update of the computed property, but
will instead flag it to be updated when the next `get` is called on
the property.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be more accurate to say that it clears the cache which will cause it to be computed on the next get call. Though this is still an improvement.

@adamlogic
Copy link
Author

Thanks for the feedback. Fixed and squashed.

@travisbot
Copy link

This pull request passes (merged 0e78221 into 00b8940).

wagenet added a commit that referenced this pull request May 3, 2012
add docs regarding observers and computed properties (ref #774)
@wagenet wagenet merged commit f46e126 into emberjs:master May 3, 2012
sandstrom pushed a commit to sandstrom/ember.js that referenced this pull request Jun 17, 2021
…n-deprecation

Adds Implicit Injections Deprecation
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

Successfully merging this pull request may close these issues.

None yet

3 participants