docs(dependency injecton): rewrite

This commit is contained in:
Misko Hevery
2012-02-27 12:14:48 -08:00
parent 581f93ae56
commit 2e90cdc3d4
12 changed files with 244 additions and 290 deletions

View File

@@ -164,7 +164,7 @@ myClass.doWork();
Notice that no global variables were harmed in the writing of this test.
Angular comes with {@link dev_guide.di dependency-injection} built in which makes the right thing
Angular comes with {@link di dependency-injection} built in which makes the right thing
easy to do, but you still need to do it if you wish to take advantage of the testability story.
## Controllers