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.

Reply via email to