bfanger / angular-activerecord

A model layer for AngularJS inspired by Backbone.Model
MIT License
137 stars 28 forks source link

Nested attributes #16

Open anlek opened 9 years ago

anlek commented 9 years ago

Hey, I'm unable to figure out if angular-activerecord supports nested attributes. I had to use $http to work around the issue but was hoping that either there is a feature for nested attributes or maybe a planned future for it? Thanks! Andrew

bfanger commented 9 years ago

Yes, properties on a ActiveRecord model can also be objects or arrays.

anlek commented 9 years ago

Is there any documentation of this?