mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-24 03:55:49 +08:00
docs(tutorial/step_09): fix typos
phonecatApp module had a dot instead of semicolon
This commit is contained in:
committed by
Lefteris Paraskevas
parent
39335d96d3
commit
6ac6621661
@@ -39,7 +39,7 @@ __`app/js/app.js`:__
|
||||
|
||||
```js
|
||||
...
|
||||
angular.module('phonecatApp', ['ngRoute','phonecatControllers','phonecatFilters']).
|
||||
angular.module('phonecatApp', ['ngRoute','phonecatControllers','phonecatFilters']);
|
||||
...
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user