mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-18 11:31:07 +00:00
docs(tutorial/step_07): add commas make tutorial read more clearly
This commit is contained in:
parent
6295a0d9bd
commit
8b81cf202b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ When the application bootstraps, Angular creates an injector that will be used f
|
||||||
this app. The injector itself doesn't know anything about what `$http` or `$route` services do, in
|
this app. The injector itself doesn't know anything about what `$http` or `$route` services do, in
|
||||||
fact it doesn't even know about the existence of these services unless it is configured with proper
|
fact it doesn't even know about the existence of these services unless it is configured with proper
|
||||||
module definitions. The sole responsibilities of the injector are to load specified module
|
module definitions. The sole responsibilities of the injector are to load specified module
|
||||||
definition(s), register all service providers defined in these modules and when asked inject
|
definition(s), register all service providers defined in these modules, and when asked, inject
|
||||||
a specified function with dependencies (services) that it lazily instantiates via their providers.
|
a specified function with dependencies (services) that it lazily instantiates via their providers.
|
||||||
|
|
||||||
Providers are objects that provide (create) instances of services and expose configuration APIs
|
Providers are objects that provide (create) instances of services and expose configuration APIs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue