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
{{ message }}
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
Is it possible to embedded eco template inside coffeescript file?
For example, using it with backbone view
class Foo extends Backbone.View
template: ''' <Eco template as a string> '''
render: ->
# Compile eco template contained in @template and append it to $(el).html
this
The text was updated successfully, but these errors were encountered:
Is it possible to embedded eco template inside coffeescript file?
For example, using it with backbone view
The text was updated successfully, but these errors were encountered: