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
444 stars 83 forks source link

Issues With Backbone.Mutators #67

Open bendangelo opened 11 years ago

bendangelo commented 11 years ago

I wanted to use https://github.com/asciidisco/Backbone.Mutators with my models. The issue is backbone -nested does not use the Backbone.Model get/set methods so backbone mutators cannot hook in.

Anyway to get this working?

afeld commented 11 years ago

Ah, I see. Not something I'm able to easily support right now, but will re-evaluate after #62 is done.