diff options
| author | Pete Bacon Darwin | 2013-10-28 20:57:43 +0000 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-28 21:27:28 +0000 | 
| commit | cf54510b2ca232e99d14104b88593843217df624 (patch) | |
| tree | 60be80f02631011b80685d87682e06b9f57d33ba /src/auto | |
| parent | 6818542c694aec6c811fb2fe2f86f7d16544c39b (diff) | |
| download | angular.js-cf54510b2ca232e99d14104b88593843217df624.tar.bz2 | |
docs($provide): fix link to factory section
Diffstat (limited to 'src/auto')
| -rw-r--r-- | src/auto/injector.js | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auto/injector.js b/src/auto/injector.js index 31ea194f..d1bf1efc 100644 --- a/src/auto/injector.js +++ b/src/auto/injector.js @@ -296,7 +296,7 @@ function annotate(fn) {   *     providers and services.   * * {@link AUTO.$provide#methods_value value(obj)} - registers a value/object that can only be accessed by   *     services, not providers. - * * {@link AUTO.$provide#factory factory(fn)} - registers a service **factory function**, `fn`, + * * {@link AUTO.$provide#methods_factory factory(fn)} - registers a service **factory function**, `fn`,   *     that will be wrapped in a **service provider** object, whose `$get` property will contain the   *     given factory function.   * * {@link AUTO.$provide#methods_service service(class)} - registers a **constructor function**, `class` that  | 
