imported-template
within Polymer's dom-bind
imported-template
plays nice with Polymer, even when used within dom-bind
, and it stamps nested one - object is shared (given by reference) to nested instances.
So, you can access, and edit same object properties from outside:
See console for more details.
<imported-template
href="{{model.path}}"
model="{{model.data}}"
></imported-template>