- From: Adam Klein <notifications@github.com>
- Date: Wed, 13 Jul 2016 10:13:36 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
- Cc:
Received on Wednesday, 13 July 2016 17:14:05 UTC
Changing the example to use `importNode` should work as expected, unless I'm missing something: ```js this.shadowRoot.appendChild(document.importNode(template.content, true)); ``` --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/webcomponents/issues/512#issuecomment-232423048
Received on Wednesday, 13 July 2016 17:14:05 UTC