In Angular.module, 
https://github.com/angular/angular.js/blob/master/src/loader.js#L30

I can see that the all the dependencies such as directive, controller, 
filters are just key(name)-value(string arrays) pairs. Added through 
invokeLater.

Can anyone explain me where these directives are instantiated? Which is the 
source file that angular would invoke the first? I want to understand how 
dependency injection was implemented in angular.

Thanks in advance!

-- 
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