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
see example in IE11 (other IEs not tested yet) here:
http://jsfiddle.net/k4L88/6/ - styleObject http://jsfiddle.net/k4L88/7/ - simple style binding
Text in span on line 10 should be green but is red in IE. Chrome and Firefox are working just fine.
The text was updated successfully, but these errors were encountered:
This is a known IE limitation. We added support for prefixing the attribute with _ to handle this.
_
<span id="el" _style="{{ styles | styleObject }}">
Sorry, something went wrong.
is this feature documented? i have never seen it before although i've already read the doc, thx anyway
UPDATE: ok sorry, i really missed it, it's at the bottom of this page: http://www.polymer-project.org/docs/polymer/databinding-compat.html
Kabunga !!!
No branches or pull requests
see example in IE11 (other IEs not tested yet) here:
http://jsfiddle.net/k4L88/6/ - styleObject
http://jsfiddle.net/k4L88/7/ - simple style binding
Text in span on line 10 should be green but is red in IE. Chrome and Firefox are working just fine.
The text was updated successfully, but these errors were encountered: