It is probably worth adding that the template that contains these refers to these directives is similar to below..
<D1> <D2/> <D2/> </D1> The template for D1 contains a transclude which brings in the D2 directives. On Friday, March 14, 2014 12:02:32 PM UTC, Lee wrote: > > I have a directive (D1) and as part of its template there are 2 references > to another directive (D2). If I keep refreshing the page I can see that > there seem to be two possibilities regarding the order of processing. > > Firstly > > D1 - Controller > D1 - Link > D2 - Compile > D2 - Controller > D2 - Compile > D2 - Controller > > Secondly > > D2 - Compile > D2 - Compile > D1 - Controller > D2 - Controller > D2 - Controller > D1 - Link > > Is this inconsistency expected? If so, what causes it? > > Thanks > -- 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.
