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 release] Ensure {{render}} sets up target properly. #13185

Merged
merged 1 commit into from
Mar 26, 2016

Commits on Mar 25, 2016

  1. [BUGFIX release] Ensure {{render}} sets up target properly.

    When the _ENABLE_LEGACY_CONTROLLER_SUPPORT flag is disabled, the
    `controller` local is `undefined`. This causes the controller created by
    `{{render}}` to have an undefined `target` (so it swallows any actions
    triggered).
    
    This properly sets the `target` to `router:main` if there is no
    `parentController` present.
    rwjblue committed Mar 25, 2016
    Configuration menu
    Copy the full SHA
    6f01942 View commit details
    Browse the repository at this point in the history