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

Commit

Permalink
fix(docs): Tweak some grammar and add some links relating to DI.
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored and btford committed Jul 19, 2012
1 parent ab6937e commit 31c8256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/tutorial/step_07.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31c8256

Please sign in to comment.