-
Notifications
You must be signed in to change notification settings - Fork 69
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
Attribute substitution for iterative object #64
Comments
Did you solved this? |
something like the below will work:
|
It doesn't. Here Plates appended |
what was your output? below is what i get:
using plates v0.4.8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't find documentation or a test for this anywhere.
I am trying to substitute a value of an object in an array as the value of an attribute(href). Not sure if it's not supported or if I just can't find how to map it
I've tried variations along the lines of:
map.where('href').has('id').insert('items.id')
for the html/json in this gist:
https://gist.github.com/2467056
The text was updated successfully, but these errors were encountered: