Namespaced Backbone.js Views not firing events
- by Stasio
I'm currently getting started with Backbone.js. I've wrote some examples with Backbone and they are working fine.
But now I need to use Backbone.js with Rails 3.1 and CoffeeScript.
I took my well-working examples and rewrote on CoffeeScript using backbone-rails gem.
And got the following problem.
I've simplyfied code, but the problem is still…