Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cf54510

Browse files
docs($provide): fix link to factory section
1 parent 6818542 commit cf54510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auto/injector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ function annotate(fn) {
296296
* providers and services.
297297
* * {@link AUTO.$provide#methods_value value(obj)} - registers a value/object that can only be accessed by
298298
* services, not providers.
299-
* * {@link AUTO.$provide#factory factory(fn)} - registers a service **factory function**, `fn`,
299+
* * {@link AUTO.$provide#methods_factory factory(fn)} - registers a service **factory function**, `fn`,
300300
* that will be wrapped in a **service provider** object, whose `$get` property will contain the
301301
* given factory function.
302302
* * {@link AUTO.$provide#methods_service service(class)} - registers a **constructor function**, `class` that

0 commit comments

Comments
 (0)