Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. diff --git a/app/templates/index.hbs b/app/templates/index.hbs
  2. index 5862b96..9e10895 100644
  3. --- a/app/templates/index.hbs
  4. +++ b/app/templates/index.hbs
  5. @@ -15,7 +15,7 @@
  6. }
  7. </style>
  8.  
  9. -<div class='index__scroll-container'>
  10. +{{#memory-scroll class='index__scroll-container' key='index-items'}}
  11. {{#each model as |item|}}
  12. {{#link-to 'item' item}}
  13. {{! Liquid Fire will match elements on data-item-id}}
  14. @@ -24,5 +24,6 @@
  15. </div>
  16. {{/link-to}}
  17. {{/each}}
  18. -</div>
  19. +{{/memory-scroll}}
  20. +
  21. {{to-elsewhere named="header" send=(hash title="Product List")}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement