Here is what I intend to put on my html page
<ml-slides>
<ml-slide index="1">
Slide 1
</ml-slide>
<ml-slide index="2">
Slide 2
</ml-slide>
</ml-slides>
And I want to render this
<div id="ml-slides">
#shadow
<div class="ml-sides" data-index="1">
Slide 1
</div>
<div class="ml-sides" data-index="2">
Slide 2
</div>
</div>
Basically I want to put the contents of nested child polymer elements
inside the shadow of the parent. Is it possible?
Follow Polymer on Google+: plus.google.com/107187849809354688692
---
You received this message because you are subscribed to the Google Groups
"Polymer" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/polymer-dev/90a450af-7d57-4230-b81b-1ee19bf117f1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.