angular-activerecord
angular-activerecord copied to clipboard
Nested attributes
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
Yes, properties on a ActiveRecord model can also be objects or arrays.
Is there any documentation of this?