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

[BUGFIX] Fix blockless component meta resolution #13634

Merged
merged 2 commits into from
Jun 10, 2016

Conversation

asakusuma
Copy link
Contributor

@asakusuma asakusuma commented Jun 10, 2016

Addresses #13494
Closes #13632.

@asakusuma
Copy link
Contributor Author

cc @rwjblue

@rwjblue
Copy link
Member

rwjblue commented Jun 10, 2016

Can you add another local lookup test that ensures a tagless and block less component can use local lookup (and is able to rerender)?

@asakusuma
Copy link
Contributor Author

@rwjblue How do you write a blockless component that uses local lookup? My understanding is that the component has to define a template where a local lookup occurs, and if there's a template, there's a block.

Ensure that tagless, blockless components can render properly and can
still use local lookup
@rwjblue
Copy link
Member

rwjblue commented Jun 10, 2016

Thanks for the added test, I was just concerned about this case (but its nice to have more tests).

This LGTM when green...

@rwjblue rwjblue merged commit 5766360 into emberjs:master Jun 10, 2016
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.

3 participants