Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 98da7ad

Browse files
danielmbarlowcaitp
authored andcommitted
docs(tutorial/step_12): small change to overview
The bullet points at the beginning of the article were a little hard to understand because they didn't follow the grammatical form of the preceding articles. I hope these small modifications make it a little easier for someone else to read. Closes #9922
1 parent 846fe1b commit 98da7ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_12.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
In this final step, we will enhance our phonecat web application by attaching CSS and JavaScript
1010
animations on top of the template code we created before.
1111

12-
* Used the `ngAnimate` to enable animations throughout the application.
13-
* Common `ng` directives automatically trigger hooks for animations to tap into.
12+
* We now use the `ngAnimate` module to enable animations throughout the application.
13+
* We also use common `ng` directives to automatically trigger hooks for animations to tap into.
1414
* When an animation is found then the animation will run in between the standard DOM operation that
1515
is being issued on the element at the given time (e.g. inserting and removing nodes on
1616
{@link api/ng.directive:ngRepeat `ngRepeat`} or adding and removing classes on

0 commit comments

Comments
 (0)