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

@@ -12,7 +12,7 @@ The MVC pattern greatly summarized:
* Separate applications into distinct presentation, data, and logic components
* Encourage loose coupling between these components
Along with {@link dev_guide.services services} and {@link dev_guide.di dependency injection}, MVC
Along with {@link dev_guide.services services} and {@link di dependency injection}, MVC
makes angular applications better structured, easier to maintain and more testable.
The following topics explain how angular incorporates the MVC pattern into the angular way of