diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/content/tutorial/step_12.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_12.ngdoc b/docs/content/tutorial/step_12.ngdoc index 3e823a10..fa1547e3 100644 --- a/docs/content/tutorial/step_12.ngdoc +++ b/docs/content/tutorial/step_12.ngdoc @@ -83,7 +83,7 @@ __`app/js/app.js`.__ ```js // ... -angular.module('phonecat', [ +angular.module('phonecatApp', [ 'ngRoute', 'phonecatAnimations', |
