Guest User

Untitled

a guest
Jan 18th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. const data = [
  2. id: 1,
  3. plan_name: foo,
  4. description: foo bar,
  5. test: [
  6. id: 44,
  7. activity_name: bar,
  8. comment: var
  9. ],
  10. userId: 3
  11. ];
  12.  
  13. {{#each data}}
  14. <p>{{plan_name}}</p>>
  15. <p>{{test}}</p>
  16. {{/each}}
  17.  
  18. p1
  19.  
  20. >
  21. [object Object],[object Object]
  22.  
  23. p2
  24.  
  25. >
  26. [object Object],[object Object],[object Object]
  27.  
  28. p3
  29.  
  30. >
  31. [object Object],[object Object]
Add Comment
Please, Sign In to add comment