Hi Buddy, here is a quote from Vojta:
You can't access child scopes from parents. There are reasons for that (eg. easier memory management - we can easily throw away a child scope, without leaking memory). You need to approach your problem from another angle. In the scope hierarchy you can only access the parent scope, not it's children. If you really need something like this, you can always use events to fire off something somewhere else in the chain. Regards Sander Elias -- 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.
