There are plenty of examples of using ng resource and ui router for basic crud operation, but I don't find any project code samples for handling rest calls related to relationships (one to may, etc).
Can any one give me references for handling one to many , many to many, etc relationships using ng resource and ui router to handle spring data rest calls on server side.