diff options
Diffstat (limited to 'docs/content/guide/dev_guide.unit-testing.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.unit-testing.ngdoc | 2 |
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 |
