Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8570585 commit b1559beCopy full SHA for b1559be
docs/content/tutorial/step_12.ngdoc
@@ -113,7 +113,7 @@ with `ngResource`.
113
__`app/js/animations.js`.__
114
115
```js
116
-angular.module('phonecatAnimations', ['ngAnimate']).
+angular.module('phonecatAnimations', ['ngAnimate']);
117
// ...
118
// this module will later be used to define animations
119
@@ -132,7 +132,7 @@ angular.module('phonecatApp', [
132
'phonecatControllers',
133
'phonecatFilters',
134
'phonecatServices',
135
-]).
+]);
136
137
```
138
0 commit comments