I was able to inject an external HTML document into my polymer element using the importHref utility function and the document is rendered properly within the polymer element. However, when the HTML document includes GitHub gists like
<script src="https://gist.github.com/xxxxxxxx.js"></script> The gist code snippets were not rendered. Do I have to write extra code inside the importHref onload callback function to execute the script? Follow Polymer on Google+: plus.google.com/107187849809354688692 --- You received this message because you are subscribed to the Google Groups "Polymer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/polymer-dev/9e0725a9-fb1e-4c88-a975-cc6022a476bb%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
