Advertisement
Guest User

Untitled

a guest
Dec 1st, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. In your Backbone / Marionette Views, please reference Handlebars templates like this:
  2.  
  3. ```
  4. template: E.lib.Util.getTemplate('library.filters')
  5. ```
  6.  
  7. and NOT the old way:
  8. ```
  9. template: E.templates.stash.library.filters
  10. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement