diff options
| author | Stéphane Reynaud | 2014-02-21 12:33:16 +0100 | 
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-21 13:49:59 +0000 | 
| commit | a5859aaf631745fcc8b9c36dd2f68380000f05fc (patch) | |
| tree | 721d5d142a3b1b80617a207f87eb7ca553d9c16e /docs/content/guide | |
| parent | dacdcc6d96ff0abb10cb491d3f8e3549b6b6aecc (diff) | |
| download | angular.js-a5859aaf631745fcc8b9c36dd2f68380000f05fc.tar.bz2 | |
docs(guide/di): fix url-based links refs to AUTO module
Closes #6386
Diffstat (limited to 'docs/content/guide')
| -rw-r--r-- | docs/content/guide/di.ngdoc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/content/guide/di.ngdoc b/docs/content/guide/di.ngdoc index f6d98691..83b54be9 100644 --- a/docs/content/guide/di.ngdoc +++ b/docs/content/guide/di.ngdoc @@ -50,7 +50,7 @@ code that constructs `SomeClass`.  <img class="pull-right" style="padding-left: 3em; padding-bottom: 1em;" src="img/guide/concepts-module-injector.png">  To manage the responsibility of dependency creation, each Angular application has an {@link -api/angular.injector injector}. The injector is a service locator that is responsible for +angular.injector injector}. The injector is a service locator that is responsible for  construction and lookup of dependencies.  Here is an example of using the injector service: | 
