aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/dev_guide.unit-testing.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.unit-testing.ngdoc
parent581f93ae56ebb0086d0c0989df69a28656395006 (diff)
downloadangular.js-2e90cdc3d4dff966faed97d3a566e9d9c00c9794.tar.bz2
docs(dependency injecton): rewrite
Diffstat (limited to 'docs/content/guide/dev_guide.unit-testing.ngdoc')
-rw-r--r--docs/content/guide/dev_guide.unit-testing.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/dev_guide.unit-testing.ngdoc b/docs/content/guide/dev_guide.unit-testing.ngdoc
index 79af465b..f9e148eb 100644
--- a/docs/content/guide/dev_guide.unit-testing.ngdoc
+++ b/docs/content/guide/dev_guide.unit-testing.ngdoc
@@ -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