diff options
Diffstat (limited to 'docs/content/guide/dev_guide.mvc.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.mvc.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
