Guest User

Untitled

a guest
Dec 10th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <TaskList>
  2. {{#each tasklist.tasks as |task|}}
  3. {{#component (task-container-for task) as |c|}}
  4. {{#c.Task}}
  5. {{c.IntegrationRead}}
  6. {{/c.Task}}
  7. {{/component}}
  8. {{/each}}
  9. </TaskList>
  10.  
  11. {{#if selectedTask}}
  12. <Sidebar>
  13. {{#component (task-container-for selectedTask) as |c|}}
  14. {{c.IntegrationEdit}}
  15. {{/component}}
  16. </Sidebar>
  17. {{/if}}
Add Comment
Please, Sign In to add comment