Using Polymer I can use the <template>
-tag outside of a <polymer-element>
using the is='auto-binding'
attribute. How can I know in Javascript however that the <template>
has actually been initialized. I have tried listening for every possible event I could think of and browsed the source code as well for a bit, but can't seem to find any pointers anywhere although I assume this must be possible.
If what I mean is hard to comprehend a simple jsfiddle showing the issue can be found here, though I think the description above should suffice.