mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fix(docs): Tweak some grammar and add some links relating to DI.
This commit is contained in:
parent
ab6937e251
commit
31c825607d
1 changed files with 2 additions and 2 deletions
|
|
@ -46,8 +46,8 @@ history (back and forward navigation) and bookmarks.
|
|||
|
||||
### A Note About DI, Injector and Providers
|
||||
|
||||
As you noticed the dependency injection is the core feature of AngularJS, so it's important for you
|
||||
to understand a thing or two about how it works.
|
||||
As you {@link tutorial/step_05 noticed}, {@link guide/di dependency injection} is the core feature of
|
||||
AngularJS, so it's important for you to understand a thing or two about how it works.
|
||||
|
||||
When the application bootstraps, Angular creates an injector that will be used for all DI stuff in
|
||||
this app. The injector itself doesn't know anything about what `$http` or `$route` services do, in
|
||||
|
|
|
|||
Loading…
Reference in a new issue