TitanNanoDE / af-DataBinding

HTML data binding library
Apache License 2.0
1 stars 0 forks source link

Provide nodeList in createTemplateInstance result #49

Closed TitanNano closed 3 years ago

TitanNano commented 3 years ago

When using the replace attribute on templates, the result of createTemplateInstance contains an empty document fragment which is utterly useless. It would be better to return an array of all the instantiated nodes.