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 on Tutorial, Step 7 - Routing & Multiple Views #7007

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](git://github.com/angular/angular.js.wiki.git),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you've added the wrong URL here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, gosh. I lost my first pull request. It was the second. I'll fix it. The correct link was:
https://github.com/angular/angular.js/wiki/Understanding-Dependency-Injection

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry about the mess. I've pulled again: #7010 (instead of correct last commit)

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