In fact, if you want to update the view while retrieving the collection, you need to bind RESET!
this.model.bind('reset', this.render, this);
The update only starts when editing the current collection.
ps bindAll is dangerous and lazy. (and is likely to cause problems on the line)
source
share