Closed kwin closed 9 years ago
In https://github.com/Adobe-Marketing-Cloud/sightly-spec/blob/1.1/SPECIFICATION.md#227-repeat the example is saying data-sly-list.childResource="${resource.listChildren}" where it should say data-sly-repeat.childResource="${resource.listChildren}"
data-sly-list.childResource="${resource.listChildren}"
data-sly-repeat.childResource="${resource.listChildren}"
Thanks for spotting this. I'll correct it right away.
In https://github.com/Adobe-Marketing-Cloud/sightly-spec/blob/1.1/SPECIFICATION.md#227-repeat the example is saying
data-sly-list.childResource="${resource.listChildren}"
where it should saydata-sly-repeat.childResource="${resource.listChildren}"