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

[FEATURE ember-htmlbars-component-generation] Disabled by default. #11267

Merged

Commits on May 24, 2015

  1. [FEATURE ember-htmlbars-component-generation] Disabled by default.

    A number of issues have been discovered for this feature that make it clear
    that further consideration is needed before enabling by default.
    
    * Cannot use angle-bracket invocation in contexts that require specific tags.
      For example: you cannot use `<table><custom-row model=stuff></custom-row></table>` because
      in a `<table>` context like this, you can only use `<tr>`
    * Cannot use angle-bracket invocation to use components in a subdirectory.
    * Other things....
    rwjblue committed May 24, 2015
    Configuration menu
    Copy the full SHA
    2bd8a29 View commit details
    Browse the repository at this point in the history