diff options
Diffstat (limited to 'docs/content/tutorial/step_09.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_09.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_09.ngdoc b/docs/content/tutorial/step_09.ngdoc index a6c4585c..da807875 100644 --- a/docs/content/tutorial/step_09.ngdoc +++ b/docs/content/tutorial/step_09.ngdoc @@ -45,7 +45,7 @@ our main `phonecat` module. __`app/js/app.js`:__ <pre> ... -angular.module('phonecat', ['phonecatFilters']). +angular.module('phonecatApp', ['phonecatFilters']). ... </pre> |
