A bit of a hacky way to bind the node innerHTML property:
<div inner-html="{{myProp}}"></div>
The polymer takes capitalization from hyphens, converting the next character to uppercase, and when you use equals ( = ) instead of equals-dollar ( =$ ), Polymer binds to the node property, not the attribute.
Zikes source share