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
I'm trying to create a new polymer element from an iron-ajax element response.
Is there any advise on this?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
ronlobo
changed the title
How to create a polymer element from iron-ajax element
How to create a polymer element from iron-ajax element response
Jun 6, 2015
Rather than using AJAX, we'd recommend using importHref either from an element context (this.importHref) or on Polymer.Base.importHref; you can find the documentation here: http://polymer.github.io/polymer/
Hey there,
I'm trying to create a new polymer element from an iron-ajax element response.
Is there any advise on this?
Thanks in advance!
The text was updated successfully, but these errors were encountered: