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

Conversation

mixonic
Copy link
Sponsor Member

@mixonic mixonic commented Feb 25, 2016

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

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
rwjblue added a commit that referenced this pull request Feb 25, 2016
[BUGFIX release] Do not set model on {{render}} rerender
@rwjblue rwjblue merged commit e067234 into emberjs:master Feb 25, 2016
@rwjblue rwjblue deleted the bugfix-render-rerender branch February 25, 2016 22:29
@rwjblue
Copy link
Member

rwjblue commented Feb 25, 2016

Landed in beta (2.4), release (2.3), and release-1-13 (1.13).

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.

None yet

2 participants