aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/step_11.ngdoc
diff options
context:
space:
mode:
authorSean Fahey2013-10-24 13:08:56 -0500
committerPete Bacon Darwin2013-10-26 19:33:16 +0100
commit05bc53d34d8843f97dc9f561ce23829989299554 (patch)
tree0e0cf6cd4b5a3065faf5ea587c29506c5df90ea7 /docs/content/tutorial/step_11.ngdoc
parent28ab4b600a604319804d63620b4ff7cda4ff42ff (diff)
downloadangular.js-05bc53d34d8843f97dc9f561ce23829989299554.tar.bz2
docs(tutorial/step-11): add missing dependencies
Closes #4633
Diffstat (limited to 'docs/content/tutorial/step_11.ngdoc')
-rw-r--r--docs/content/tutorial/step_11.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_11.ngdoc b/docs/content/tutorial/step_11.ngdoc
index 6ab7a781..1a8d58cc 100644
--- a/docs/content/tutorial/step_11.ngdoc
+++ b/docs/content/tutorial/step_11.ngdoc
@@ -62,7 +62,7 @@ api/ng.$http $http} service.
__`app/js/app.js`.__
<pre>
...
-angular.module('phonecatApp', ['phonecatFilters', 'phonecatServices']).
+angular.module('phonecatApp', ['ngRoute', 'phonecatControllers','phonecatFilters', 'phonecatServices']).
...
</pre>