afeld / backbone-nested

A plugin to make Backbone.js keep track of nested attributes - looking for maintainers! https://github.com/afeld/backbone-nested/issues/157
https://afeld.github.com/backbone-nested/
MIT License
445 stars 83 forks source link

Fix idAttribute #134

Open fcamblor opened 9 years ago

fcamblor commented 9 years ago

If idAttribute is defined on a NestedModel and this idAttribute has a nested path, current implementation is not resolving value correctly.

Don't know if my implementation covers every cases (set function override is a bit complex) but test cases are passing :-)