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] Do not set model on {{render}} rerender #13013

Merged
merged 1 commit into from
Feb 25, 2016

Commits on Feb 25, 2016

  1. [BUGFIX release] Do not set model on {{render rerender

    Upon rerender of the {{render}} helper, the model was set to the value
    of the second argument regardless of if there was a second argument.
    This means upon rerender a singleton controller would lose its model.
    
    Should be backported to 1.13
    mixonic committed Feb 25, 2016
    Configuration menu
    Copy the full SHA
    6083b25 View commit details
    Browse the repository at this point in the history