Backbone.js Model change events in nested collections not firing as expected
- by Pallavi Kaushik
I'm trying to use backbone.js in my first "real" application and I need some help debugging why certain model change events are not firing as I would expect.
I have a web service at /employees/{username}/tasks which returns a JSON array of task objects, with each task object nesting a JSON array of subtask objects. For example,
[{
"id":45002,
…