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

using Backbone.NestedModel with Backbone.RelationalModel #128

Closed linus-amg closed 9 years ago

linus-amg commented 9 years ago

hey,

i would like to know if its possible to use Backbone.NestedModel with Backbone.RelationalModel?

im using var Model = Backbone.RelationalModel.extend({

});

but i would really like to use the nested "set" method from your backbone-nested :(

afeld commented 9 years ago

Not supported right now, sorry. This project is (intentionally) much simpler than RelationalModel, but they may be open to a pull request to support (something like) NestedModel's set() syntax. Besides the syntax, I would be surprised if it's worthwhile supporting one library from the other, since they way they store/handle data are completely different. Please drop a link here if it goes anywhere!