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

Navigating an array by index doesn't work same as in handlebarsjs #33

Closed
johnrobertallan opened this issue Feb 12, 2015 · 2 comments
Closed

Comments

@johnrobertallan
Copy link

In javascript I can navigate an array using the following syntax

array.1.title

However I am yet to see this work in the .net library. Perhaps I have implemented something incorrectly but it seems straightforward. Any insight would be appreciated.

handlebars-array-navigation

@johnrobertallan johnrobertallan changed the title Navigating and array by index doesn't work same as in javascript Navigating an array by index doesn't work same as in javascript Feb 12, 2015
@johnrobertallan johnrobertallan changed the title Navigating an array by index doesn't work same as in javascript Navigating an array by index doesn't work same as in handlebarsjs Feb 12, 2015
@rexm
Copy link
Member

rexm commented Feb 13, 2015

I missed this particular type of pathing... it'll need to be added.

@rexm
Copy link
Member

rexm commented Mar 21, 2015

This was fixed by @kll's PR #40 and included in the 1.2.10 NuGet release.

@rexm rexm closed this as completed Mar 21, 2015
oformaniuk added a commit that referenced this issue Oct 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants