diff options
| author | Sean Fahey | 2013-10-24 13:08:56 -0500 | 
|---|---|---|
| committer | Pete Bacon Darwin | 2013-10-26 19:33:16 +0100 | 
| commit | 05bc53d34d8843f97dc9f561ce23829989299554 (patch) | |
| tree | 0e0cf6cd4b5a3065faf5ea587c29506c5df90ea7 /docs/content/tutorial/step_11.ngdoc | |
| parent | 28ab4b600a604319804d63620b4ff7cda4ff42ff (diff) | |
| download | angular.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.ngdoc | 2 | 
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> | 
