From f971a8973323189b7cc88aff79e7514ba83915b7 Mon Sep 17 00:00:00 2001 From: Thiago Colares Date: Sat, 5 Apr 2014 14:32:01 -0300 Subject: [PATCH] Added a link for further info about Angular's DI 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. --- docs/content/tutorial/step_07.ngdoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_07.ngdoc b/docs/content/tutorial/step_07.ngdoc index 8ccc15022460..b0e92311ccb7 100644 --- a/docs/content/tutorial/step_07.ngdoc +++ b/docs/content/tutorial/step_07.ngdoc @@ -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 @@ -330,4 +334,4 @@ step 8} to implement the phone details view. -[bower]: http://bower.io \ No newline at end of file +[bower]: http://bower.io