gmac / backbone.epoxy

Declarative data binding and computed models for Backbone
http://epoxyjs.org
MIT License
615 stars 89 forks source link

Fixed integration with backbone-relational plugin #121

Closed antonyhell closed 8 years ago

antonyhell commented 9 years ago

Backbone-relational can define the way how to serialize model into JSON using relations. So by using method "toJSON" instead of accessing attributes property it's impossible to access some relations (e.g. if relation has includeInJSON : 'id').

kevincolten commented 9 years ago

+1

antonyhell commented 9 years ago

Hey guys, could you please accept it? (: