Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1717

Support dymic template

XMLWordPrintable

    • Icon: New Feature New Feature
    • Resolution: Done
    • Icon: Normal Normal
    • 8.0.0
    • 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>
      

            Unassigned Unassigned
            jimmyshiau jimmyshiau
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: