Skip to content

Commit

Permalink
docs(tutorial): added a link to Wiki page on DI in Step 7
Browse files Browse the repository at this point in the history
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 angular#7010
  • Loading branch information
Thiago Colares authored and caitp committed Apr 5, 2014
1 parent 4ae5f7a commit 3d31a15
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/content/tutorial/step_07.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ 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
[Understanding Dependency Injection](https://github.com/angular/angular.js/wiki/Understanding-Dependency-Injection).

## Template

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

0 comments on commit 3d31a15

Please sign in to comment.