-
New Feature
-
Resolution: Done
-
Normal
-
None
-
None
-
None
For now, only children bind support
<div children="@load(vm.elements)@template(each.span?'span': 'div')" > <template name="div"> <div/> </template> <template name="span"> <span/> </template> </div>
is it possible to check single object?
<div content="@template(vm.element.span?'span': 'div')" > <template name="div"> <div/> </template> <template name="span"> <span/> </template> </div>
- relates to
-
ZK-2576 Support a shadow element concept for Databinding or EL expression
- Closed