Skip to content

Nested repeats are not working #82

@rksh1997

Description

@rksh1997

I have this data

const data = [
  {
    name: '1',
    meta: [{ nested: "1" }]
  }
];
<div way-repeat="data">
  <ul>
    <li way-repeat="meta">
      <span way-data="nested"></span>
    </li>
  </ul>
</div>

This is not working, the inner repeat scope is still same as the outer one :\

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions