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

{{this}} in partials doesn't support subscripting #46

Closed
melinath opened this issue Jun 4, 2014 · 3 comments · Fixed by #47
Closed

{{this}} in partials doesn't support subscripting #46

melinath opened this issue Jun 4, 2014 · 3 comments · Fixed by #47
Labels

Comments

@melinath
Copy link

melinath commented Jun 4, 2014

{{ this.id }} in a partial doesn't work, because it gets compiled to $in instead of $in['id']

@zordius zordius added the bug label Jun 4, 2014
zordius pushed a commit that referenced this issue Jun 4, 2014
zordius pushed a commit that referenced this issue Jun 4, 2014
zordius pushed a commit that referenced this issue Jun 4, 2014
@zordius zordius mentioned this issue Jun 4, 2014
@zordius
Copy link
Owner

zordius commented Jun 4, 2014

Thank you for your feedback, please try current master, thanks!

@zordius
Copy link
Owner

zordius commented Jun 5, 2014

Hello, here is another suggest: all {{this.a.b.c}} can be converted to {{a.b.c}} , is it right? :)

@melinath
Copy link
Author

melinath commented Jun 5, 2014

yes, I already switched to that workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants