We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c613a2 commit 2979bf3Copy full SHA for 2979bf3
docs/content/guide/services.ngdoc
@@ -82,7 +82,7 @@ on the service.
82
### Registering Services
83
84
Services are registered to modules via the {@link angular.Module Module API}.
85
-Typically you use the {@link angular.module Module#factory} API to register a service:
+Typically you use the {@link angular.Module#factory Module factory} API to register a service:
86
87
```js
88
var myModule = angular.module('myModule', []);
0 commit comments