You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having heredoc literal string templates inside the .coffee views /app/views/**/view.coffee is obtrusive.
Have you thought of using something similar to ICanHaz ( https://github.com/andyet/ICanHaz.js ) ie.:
or maybe have an /app/templates dir where to store the view templates as ejs strings ie. /app/templates/posts/list.html.ejs and read it in the Backbone view
Having
heredoc
literal string templates inside the.coffee
views/app/views/**/view.coffee
is obtrusive.Have you thought of using something similar to ICanHaz ( https://github.com/andyet/ICanHaz.js ) ie.:
or maybe have an
/app/templates
dir where to store the view templates as ejs strings ie./app/templates/posts/list.html.ejs
and read it in the Backbone viewThe text was updated successfully, but these errors were encountered: