From 5143e7bf065a3cbdf8400cf095b653d51bc83b8f Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Fri, 6 Jan 2012 18:10:47 -0800 Subject: feat(module): new module loader --- docs/content/guide/dev_guide.di.understanding_di.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/dev_guide.di.understanding_di.ngdoc') diff --git a/docs/content/guide/dev_guide.di.understanding_di.ngdoc b/docs/content/guide/dev_guide.di.understanding_di.ngdoc index 4c40ff20..e9ee6abf 100644 --- a/docs/content/guide/dev_guide.di.understanding_di.ngdoc +++ b/docs/content/guide/dev_guide.di.understanding_di.ngdoc @@ -26,7 +26,7 @@ events: In the illustration above, the dependency injection sequence proceeds as follows: 1. Service factory functions are registered with angular's service factory repository. -2. `ng:autobind` triggers angular's bootstrap sequence, during which angular compiles the template, +2. `ng:app` triggers angular's bootstrap sequence, during which angular compiles the template, creates the root scope, and creates the dependency injector. 3. The `ng:controller` directive implicitly creates a new child scope, augmented by the application of the `PhoneListCtrl` controller function. -- cgit v1.2.3