You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scripts cannot be injected into the page via innerHTML. To create a polymer-element imperatively, you'll need to create a script element and set its textContent.
While the polyfill takes care of evalling scripts inside the element tag, it doesn't do the same for polymer-element.
example: http://jsfiddle.net/kentaromiura/ucVpb/
The text was updated successfully, but these errors were encountered: