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

Apply custom opts, related to a specific field #125

Open ecdeveloper opened 10 years ago

ecdeveloper commented 10 years ago

Make possible to pass custom options per a specific field. Usage example: document.fetch({byField: { 'custom_obj_field': { silent: true } } })

Might be useful for huge object fields, on which triggering the change event is really painful.