diegopamio / angular-sails-bind

An angular service to bind scope models to sailsjs models thru socket
MIT License
136 stars 25 forks source link

N-to-N items #29

Closed rmckeel closed 9 years ago

rmckeel commented 9 years ago

I'm testing Angular Sails Bind, and it is really close to being super powerful in my app. I'm wondering if there is a way (or if it should) work off sub-items. That is, imagine I have A's and B's with an N-to-N relationship. I query for one A and get it back, and it has three B's attached to it. If I could watch items in B and manipulate them, it would be super powerful. I imagine others would have a benefit with this also.

Is this a good feature request? Useful? Doable?

Thanks,

Ryan

diegopamio commented 9 years ago

11 discusses that. I'm not sure how to implement a good solution on that. Any help will be welcome.