I have a page made with WebComponents standard (mainly paper elements by Polymer) and I need get via AJAX an portion of HTML page.
When I append the HTML getted via AJAX to my page, don't render correctly.
In the image, can be apreciate, the paper-card heading="Dominio .com"
is a paper-card
that the HTML is getted via AJAX and appended to the page, but isn't getting the attributes that Polymer sets automatically and in page, the paper card isn't rendered correctly.
I transform the HTML getted via AJAX with this method.