backbone-nested-models
backbone-nested-models copied to clipboard
Backbone Nested Models
Avoid parsing problem on an empty relation.
``` Scotts-iMac:frimfram sderickson$ bower install --save backbone-nested-models bower cached git://github.com/dtmtec/backbone-nested-attributes.git#0.5.0 bower validate 0.5.0 against git://github.com/dtmtec/backbone-nested-attributes.git#* ```
I have an `options` model in which one of the options is a `center`. I've set this up to be a `center` model in the relations. When I change the...
It's currently not possible to silently reset a model with nested data, as any nested things created will be created noisily, as the options object with silent=true are not passed...
This causes their url property to be overridden with an erroneous url. I had to temporarily fix this by removing the url property from the options object before doing `setRelation`.