We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6937e commit 31c8256Copy full SHA for 31c8256
docs/content/tutorial/step_07.ngdoc
@@ -46,8 +46,8 @@ history (back and forward navigation) and bookmarks.
46
47
### A Note About DI, Injector and Providers
48
49
-As you noticed the dependency injection is the core feature of AngularJS, so it's important for you
50
-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.
51
52
When the application bootstraps, Angular creates an injector that will be used for all DI stuff in
53
this app. The injector itself doesn't know anything about what `$http` or `$route` services do, in
0 commit comments