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.
For some reason, the HTML is blank. The name and description are not displayed. However, the console.log method outputs the correct data. What am I doing wrong?
The text was updated successfully, but these errors were encountered:
Well I figured out the missing character. Apparently you need a colon after the arrow:
<% @collection.each (model)->: %>
Not sure why this is. It's not a CoffeeScript requirement. None of the code samples in the "blocks and capturing" section of the readme use a colon. Is this a bug, or an undocumented feature?
I'm going to change the title of this issue. The issue is really that this isn't fully documented in the readme. I'll try to submit a pull request by the end of the day.
I am using Backbone and Eco templates in my Rails application. My template has the following code:
For some reason, the HTML is blank. The name and description are not displayed. However, the
console.log
method outputs the correct data. What am I doing wrong?The text was updated successfully, but these errors were encountered: