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

Added a link for further info about Angular's DI (7007) #7010

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/content/tutorial/step_07.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ of configuring the injector. As opposed to AMD or require.js modules, Angular mo
solve the problem of script load ordering or lazy script fetching. These goals are totally independent and
both module systems can live side by side and fulfil their goals.

For deepen your understanding of DI on Angular, see
[how Angular's dependency injection system works](https://github.com/angular/angular.js/wiki/Understanding-Dependency-Injection),
by Brandon Tilley.

## Template

The `$route` service is usually used in conjunction with the {@link ngRoute.directive:ngView
Expand Down Expand Up @@ -330,4 +334,4 @@ step 8} to implement the phone details view.
<ul doc-tutorial-nav="7"></ul>


[bower]: http://bower.io
[bower]: http://bower.io