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 beta] Fix input macro params handling #16294

Merged
merged 1 commit into from
Feb 27, 2018
Merged

Commits on Feb 27, 2018

  1. [BUGFIX beta] Fix input macro params handling

    Before this PR, having a component with an `{{input}}` with bound type
    would make that input only to work the first time it was rendered. This
    was because the first param would be shifter from params, and that would
    modify the params of the rest of the instances.
    
    Fixes emberjs#16256
    Serabe committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    51f09b5 View commit details
    Browse the repository at this point in the history