Closed bob2517 closed 3 years ago
This is done but it currently looks like this because at the moment attributes get substituted prior to the expression getting evaluated:
var: myOtherVar myArr["{@id}"].someProperty;
This might change at some point before 2.5.0 release, but for now this is what it is.
Currently this won't work inside a component:
It would be really handy to implement this to save mucking about with re-assigning the attribute to a variable before use.