RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: microspino
Site: http://microspino.com
You need to substitute this line
data.context = $(tmpl("template-upload", file))`
with this other line in the initialize method of the paintings.js.cofee file
data.context = $($.parseHTML(tmpl("template-upload", file))[1])
Cool! Many many thanks. Do you think that notifications could be suitable for pub/sub like jcoglan faye for nodejs and rack does?
You need to substitute this line
with this other line in the initialize method of the paintings.js.cofee file
Cool! Many many thanks.
Do you think that notifications could be suitable for pub/sub like jcoglan faye for nodejs and rack does?