mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
docs(guide/services): fix another typo
This commit is contained in:
parent
e0c134b8bf
commit
3b3e89d5d6
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ above). You can also create your own custom services.
|
|||
|
||||
## Using a Service
|
||||
|
||||
To use an Angular service, you identify it as a dependency for the componentt (controller, service,
|
||||
To use an Angular service, you identify it as a dependency for the component (controller, service,
|
||||
filter or directive) that depends on the service. Angular's dependency injection subsystem takes
|
||||
care of the rest. The Angular injector subsystem is in charge of service instantiation, resolution
|
||||
of dependencies, and provision of dependencies to components as requested.
|
||||
|
|
|
|||
Loading…
Reference in a new issue