diff options
| author | Chung-Min Cheng | 2014-03-08 10:51:03 +0900 | 
|---|---|---|
| committer | Igor Minar | 2014-03-11 10:40:12 -0700 | 
| commit | b9d77d46ff1abf8c735834ef6813a120635fdadf (patch) | |
| tree | f015e1f70498409a264cf94686e0a691f24d2b84 | |
| parent | 96f94d4347050175b693ed7e8079192d8184d2db (diff) | |
| download | angular.js-b9d77d46ff1abf8c735834ef6813a120635fdadf.tar.bz2 | |
docs(tutorial/step-12): correct application name
Fixed wrong app name:
- phonecat -> phonecatApp, which meets the code in app.js
Closes #6611
| -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', | 
