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:
committed by
Igor Minar
parent
96f94d4347
commit
b9d77d46ff
@@ -83,7 +83,7 @@ __`app/js/app.js`.__
|
||||
|
||||
```js
|
||||
// ...
|
||||
angular.module('phonecat', [
|
||||
angular.module('phonecatApp', [
|
||||
'ngRoute',
|
||||
|
||||
'phonecatAnimations',
|
||||
|
||||
Reference in New Issue
Block a user