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

Commit 3691454

Browse files
Thiago Colarescaitp
Thiago Colares
authored andcommitted
docs(tutorial): added a link to Wiki page on DI in Step 7
This article is fantastic and really helped on understanding how DI works on Angular. It may be useful to other beginners -- because, at first glance, this topic (DI on Angular) ended a little bit hazy for me. Closes #7010
1 parent c3ec6ea commit 3691454

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/tutorial/step_07.ngdoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@ of configuring the injector. As opposed to AMD or require.js modules, Angular mo
9898
solve the problem of script load ordering or lazy script fetching. These goals are totally independent and
9999
both module systems can live side by side and fulfil their goals.
100100

101+
For deepen your understanding of DI on Angular, see
102+
[Understanding Dependency Injection](https://github.com/angular/angular.js/wiki/Understanding-Dependency-Injection).
103+
101104
## Template
102105

103106
The `$route` service is usually used in conjunction with the {@link ngRoute.directive:ngView

0 commit comments

Comments
 (0)