image2text

Untitled

Aug 5th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. [ X N ]
  2. {{#let "firstName" person.firstName as |property value|}}
  3. {{! this is invalid, but im looking for a way to dyanmically
  4. pass a property to a component. }}
  5. <MyComponent @{{property}}={{value}}
  6. {{/let}}
  7. _
Advertisement
Add Comment
Please, Sign In to add comment