Revision history [back]

click to hide/show revision 1
initial version

answered 2014-10-02 17:37:48 +0800

cyiannoulis gravatar image cyiannoulis

The "children" template should do the trick:

<div children="@load(vm.myListModel)" >
  <template name="children" var="div">
     <div>
         <label value="@load(div.someAttribute)" />
     </div>
  </template>
</div>

Hope that helps

Costas

The "children" template should do the trick:

<div children="@load(vm.myListModel)" >
  <template name="children" var="div">
name="children">
     <div>
         <label value="@load(div.someAttribute)" value="@load(each.divContent)" />
     </div>
  </template>
</div>

Hope that helps

Costas

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More