I thought two-way binding (=) was meant to be used when you needed to get access to your parent scope?
I tried to do this with the twoWayAttr which is meant to be linked to the parents myParentProperty but it doesn't seem to be working. I sure hope it does get better - because right now its confusing as heck :)! On Thursday, March 20, 2014 11:09:37 AM UTC-4, Sander Elias wrote: > > AngularN00b, > > The template receives the isolated scope. the whole idea of an isolated > scope is to ...(drum roll here..) isolate the scope! :) so, it does not > inherit anything from its parents. > > Believe me, it gets way, way better! Just hang in there for a while, it > will come together soon for you! > > Regards > Sander > > > > -- 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.
