From cf54510b2ca232e99d14104b88593843217df624 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Mon, 28 Oct 2013 20:57:43 +0000 Subject: docs($provide): fix link to factory section --- src/auto/injector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3