Skip to content

if directive inside foreach directive #101

@jbruni

Description

@jbruni

Consider this template:

<li *foreach="{{ this.items }}">
  <a href="{{ item.url }}">{{ item.name }}</a>
  <p *if="{{ item.foo }}">bar</p>
</li>

While item.url and item.name render as expected... the item within the *if is always undefined.

I'm not sure if this is expected, or a bug, or how to make it work as intended. Any help is appreciated.

Thanks!

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions