We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f47dd7 commit 3dffe4bCopy full SHA for 3dffe4b
src/auto/injector.js
@@ -296,7 +296,7 @@ function annotate(fn) {
296
* providers and services.
297
* * {@link AUTO.$provide#methods_value value(obj)} - registers a value/object that can only be accessed by
298
* services, not providers.
299
- * * {@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`,
300
* that will be wrapped in a **service provider** object, whose `$get` property will contain the
301
* given factory function.
302
* * {@link AUTO.$provide#methods_service service(class)} - registers a **constructor function**, `class` that
0 commit comments