Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One line ifs do not evaluate in loops examining the object member's value correctly #431

Closed
kethinov opened this issue Oct 15, 2020 · 1 comment
Labels

Comments

@kethinov
Copy link
Member

<loop through='names' val='name'>
  <p if-name true="class='something-is-present'" false="class='something-is-not-present'">{name}</p>
</loop>
<loop through='names' val='name'>
  <p if-name='girl' true="class='something-is-present'" false="class='something-is-not-present'">{name}</p>
</loop>
@kethinov kethinov added the bug label Oct 15, 2020
@kethinov
Copy link
Member Author

Failing test: #433

@dishad dishad mentioned this issue Dec 18, 2020
kethinov added a commit to kethinov/teddy that referenced this issue Dec 22, 2020
@kethinov kethinov mentioned this issue Dec 22, 2020
kethinov added a commit that referenced this issue Dec 22, 2020
* 0.5.7

- Closed:
  - #446
  - #431
  - #449
  - #426
- Various dependencies bumped.

* drop node 12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant