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

Update {{each-in}} to use ember-metal/should-display #11383

Merged
merged 1 commit into from
Jun 9, 2015

Conversation

cibernox
Copy link
Contributor

@cibernox cibernox commented Jun 9, 2015

This closes #11370

Instead of extending shouldDisplay to handle objects probably I decided to pass the array with the keys of the object to it. It's more efficient, but I am under the assumption that an empty object must be considered falsey in the context of this helper.

I might have discovered a bug in the helper but that's a story for another PR

rwjblue added a commit that referenced this pull request Jun 9, 2015
Update {{each-in}} to use ember-metal/should-display
@rwjblue rwjblue merged commit 205e6df into emberjs:master Jun 9, 2015
@rwjblue
Copy link
Member

rwjblue commented Jun 9, 2015

Thank you!

@cibernox cibernox deleted the update-each-in branch June 9, 2015 18:51
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.

Update {{each-in}}
2 participants