-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Doc injectBoundHTML() for .innerHTML'ing #607
Comments
Quick demo from Steve: http://jsbin.com/menero/1/edit - this change is pretty awesome. Looking forward to it being documented. |
Updated this issue with |
@arthurevans can we prioritize this? I lot of people ask about it. |
@marycampione @arthurevans Can this one make it to the docs soon? It's a fairly common question that people are still asking about on SO. They're linking to this issue :( |
Is there any way to emulate this with 1.0 . Template customizing is a very common use case when rendering collections |
Same issue here, need to render html dynamically (stored on db) on a dom-repeat and polymer keeps holding me back.. =\ edit: polymer 1.0 |
+1 |
3 similar comments
+1 |
+1 |
+1 |
There's a new
injectBoundHTML
on all polymer elements that is useful for.innerHTML
ing markup into a container element. It picks up the bindingsExample and explanation: http://stackoverflow.com/a/25434691/274673
Demo: http://jsbin.com/kacokevitabe/1/edit
We should also update this FAQ entry: http://www.polymer-project.org/resources/faq.html#setinnerHTML
The text was updated successfully, but these errors were encountered: