-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
binding variable between template and controller seems to be broken #12047
Comments
can you post a reproduction using http://ember-twiddle.com/ or http://emberjs.jsbin.com/? |
Seems to be working here: http://emberjs.jsbin.com/kenoha/edit?html,js,output |
Also hit this issue - http://emberjs.jsbin.com/titimu/edit?html,css,js,console,output I believe that shows it - if you toggle back to 1.13.6 the label updates, with 1.13.7 it does not. |
Changing classNames= to class= should fix the issue. Likely a duplicate of #12008. |
(Still a regression though, I'm not saying that this is good 😸 ) |
Updating from 1.13.6 to 1.13.7 seems to break the binding of variables between template and controller.
For example:
template.hbs:
and declaring a property email on the controller doesn't update the email property of the controller when typing.
Worked just fine with versions below 1.13.7
The text was updated successfully, but these errors were encountered: