-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Get value of object with 2 variables #21
Comments
Hey @garciamarco33! 👋 Do you have any error while running your code? |
Yes, |
Yeah seems like a bug, since it has nested Member expressions and somewhere in the code it's not handled properly. Lemme look into it and see if it's a easy fix |
Nice, |
Fixed and published as |
Working great, thanks ! |
Hello again, |
I checked more in detail, |
Are you sure, you are using the latest release |
Yup, |
Fixed in |
Hello i'm trying to do something like this :
<input value="{{object1[object2.id]}}">
But I can't find a solution. Is this even possible ?
The text was updated successfully, but these errors were encountered: