We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This short example works fine in Chrome, not in IE10. What is wrong in it ?
The text was updated successfully, but these errors were encountered:
@rafaelw Here's a jsbin showing the problem.
http://jsbin.com/ENorAtI/3/edit
Inspect the element containing 'Hello 1 !'. It's expected to have a style attribute but does not.
Sorry, something went wrong.
This is because IE11 incorrectly sanitizes some content attributes. There's an existing bug for this. I'll implement the proposed fix shortly:
googlearchive/TemplateBinding#110
No branches or pull requests
This short example works fine in Chrome, not in IE10. What is wrong in it ?
The text was updated successfully, but these errors were encountered: