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

Use lodash.get for getting a property (requires a change in notation) #142

Closed pgilad closed 8 years ago

pgilad commented 9 years ago

array get notation will change from [0] to .0

afeld commented 8 years ago

This is already supported:

https://github.com/afeld/backbone-nested/blob/90785834a154ef15c91fe3ee13d77a44ed6ef3fb/test/nested-model.js#L97-L102

Thanks!