As far as I can tell, we can not use templates within the Repeater control.
In an ideal world this would work exactly like the ListView itemTemplateSelector.
<Repeater items="{{ items }}" itemTemplateSelector="SOME EXPRESSION">
<Repeater.itemTemplates>
<template key="template-one">
<!-- LAYOUT 1 -->
</template>
<template key="template-two">
<!-- LAYOUT 2 -->
</template>
</Repeater.itemTemplates>
</Repeater>
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
As far as I can tell, we can not use templates within the Repeater control.
In an ideal world this would work exactly like the
ListViewitemTemplateSelector.Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.