Closed sedestrian closed 7 years ago
The JSBin code fails because of reasons not related to juicy-html
. I can see that Polymer is not loaded at all in this bin. See the screenshot below.
This is the trick that we use to load Polymer in JSBin: http://jsbin.com/qezozor/1/edit?html,output
Can you please fix the JSBin? We will be glad to investigate.
As it seems to be a problem with loading Polymer itself. I'm closing this issue. Feel free to re-open if you still have some problems.
Hi, i am facing a problem to load html from a database and put it in an element through
<content>
and use that element in dom-repeat, i tried using your element to do this because passing the string to content doesn't work, but i ran into this problem:if i try to use binding to set the value of content, the element displays nothing
the data in {{item.type}} is:
"<paper-button raised class='dragging white'>BUTTON</paper-button>"
here is the code: https://jsbin.com/buvigiw/edit?html,output