aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc
diff options
context:
space:
mode:
authorMisko Hevery2012-02-27 12:14:48 -0800
committerMisko Hevery2012-06-02 16:02:05 -0700
commit2e90cdc3d4dff966faed97d3a566e9d9c00c9794 (patch)
tree413ba0078f5decf7026791177dfcf8e3ff5f0662 /docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc
parent581f93ae56ebb0086d0c0989df69a28656395006 (diff)
downloadangular.js-2e90cdc3d4dff966faed97d3a566e9d9c00c9794.tar.bz2
docs(dependency injecton): rewrite
Diffstat (limited to 'docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc b/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc
index b95bdf5b..edaddf66 100644
--- a/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc
+++ b/docs/content/guide/dev_guide.mvc.understanding_controller.ngdoc
@@ -47,7 +47,7 @@ needed for a single view.
The most common way to keep controllers slim is by encapsulating work that doesn't belong to
controllers into services and then using these services in controllers via dependency injection.
-This is discussed in the {@link dev_guide.di Dependency Injection} {@link dev_guide.services
+This is discussed in the {@link di Dependency Injection} {@link dev_guide.services
Services} sections of this guide.
Do not use controllers for: