From 2e90cdc3d4dff966faed97d3a566e9d9c00c9794 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Mon, 27 Feb 2012 12:14:48 -0800 Subject: docs(dependency injecton): rewrite --- docs/content/guide/dev_guide.mvc.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/dev_guide.mvc.ngdoc') diff --git a/docs/content/guide/dev_guide.mvc.ngdoc b/docs/content/guide/dev_guide.mvc.ngdoc index c6ddc282..4555a6b2 100644 --- a/docs/content/guide/dev_guide.mvc.ngdoc +++ b/docs/content/guide/dev_guide.mvc.ngdoc @@ -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 -- cgit v1.2.3