I have an custom event core-transitionend
(actually fired by Polymer), and I can set an event handler using document.addEventListener()
. But what\'
You could do the following:
auto-binding
template.And that's it!
click me
{[{text}]}
Or if it's not an issue to copy the whole scope you can:
click me
{[{text}]}
Notice: that I had to change Angular's interpolation symbol to get them to work together.