TitanNanoDE / af-DataBinding

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

add binding for bind-repeat scopes in parent scope #4

Closed TitanNano closed 7 years ago

TitanNano commented 7 years ago

From @TitanNano on December 14, 2016 7:38

We need to recycle all the child scopes if we do an single scope recycle. To achieve this we should place a binding in the parent scope that triggers the recycle for a child scopes.

Copied from original issue: TitanNanoDE/ApplicationFrame#19

TitanNano commented 7 years ago

This will be limited to template repeat bindings since these should be the only ones that need this. To make this possible, we are going to change the architecture of the repeat binding are move it to an BindingRegistry binding.