You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using Ember views to wrap input fields into a more sophisticated DOM structure. When rendering my view, I pass the input field's type (text/password) as an attribute, like {{view MyView type="password"}}, and use it in the template, like {{input type=view.type ...}}.
This worked fine in 1.7.0-beta.4 but broke in 1.7.0-beta.5.