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

Support accessing object value with a variable key in syntax #638

Closed
xizhao opened this issue Oct 31, 2013 · 1 comment
Closed

Support accessing object value with a variable key in syntax #638

xizhao opened this issue Oct 31, 2013 · 1 comment

Comments

@xizhao
Copy link

xizhao commented Oct 31, 2013

Being able to support something like:

{{#each someArray}}
{{../otherObject.[this]}}
{{/each}}

is such a basic feature to tempting engines, especially for any application that relies heavily on unordered or key-value oriented data. It is possible to see this in the future implemented natively? Writing a helper for something so fundamental seems a bit out of place.

@kpdecker
Copy link
Collaborator

kpdecker commented Nov 3, 2013

Tracked under #569

@kpdecker kpdecker closed this as completed Nov 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants