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
When i use attr() on an observe in an EJS template it seems not to work in an HTML attribute in IE9.
Other browsers (FF, Chrome, Opera) are working.
When reading the model attribute direct and without attr() it works in IE9 but of course it does not bind to model changes. Can you help?
When i use
attr()
on an observe in an EJS template it seems not to work in an HTML attribute in IE9.Other browsers (FF, Chrome, Opera) are working.
When reading the model attribute direct and without
attr()
it works in IE9 but of course it does not bind to model changes. Can you help?I created a small example:
http://jsfiddle.net/hhelwich/XyAa9/
The text was updated successfully, but these errors were encountered: