docs(tutorial/step-12): correct application name

Fixed wrong app name:
- phonecat -> phonecatApp, which meets the code in app.js

Closes #6611
This commit is contained in:
Chung-Min Cheng
2014-03-08 10:51:03 +09:00
committed by Igor Minar
parent 96f94d4347
commit b9d77d46ff
+1 -1
View File
@@ -83,7 +83,7 @@ __`app/js/app.js`.__
```js
// ...
angular.module('phonecat', [
angular.module('phonecatApp', [
'ngRoute',
'phonecatAnimations',