mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-19 08:21:03 +08:00
docs(tutorial): fix typos in examples
The phonecatApp and phonecatAnimations modules have a dot where a semicolon should be at the end of the sentence Closes #7167
This commit is contained in:
@@ -113,7 +113,7 @@ with `ngResource`.
|
||||
__`app/js/animations.js`.__
|
||||
|
||||
```js
|
||||
angular.module('phonecatAnimations', ['ngAnimate']).
|
||||
angular.module('phonecatAnimations', ['ngAnimate']);
|
||||
// ...
|
||||
// this module will later be used to define animations
|
||||
// ...
|
||||
@@ -132,7 +132,7 @@ angular.module('phonecatApp', [
|
||||
'phonecatControllers',
|
||||
'phonecatFilters',
|
||||
'phonecatServices',
|
||||
]).
|
||||
]);
|
||||
// ...
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user