I want to have the following functionality in AngularJs as I have in C++ or 
Java(while I used GWT).

I have Class A with list of references to Class B's object and vica-versa 
so that I can say something like this. 
A's_object->B's_reference->show_B's_property

class A{
list<B*> B_ref;//points to B's class objects......and more}
class B{
list<A*> A_ref;//points to A's class objects......and more}

I mean is it even possible?Please Guide

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to