File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,15 +225,15 @@ inserted into and removed from the list:
225
225
* The `ng-leave` class is applied when they're removed from the list.
226
226
227
227
The phone listing items are added and removed depending on the data passed to the `ng-repeat` attribute.
228
- For example, if the filter data changes the items will be animated in and out of the repeat list.
228
+ For example, if the filter data changes, the items will be animated in and out of the repeat list.
229
229
230
230
Something important to note is that when an animation occurs, two sets of CSS classes
231
231
are added to the element:
232
232
233
233
1. a "starting" class that represents the style at the beginning of the animation
234
234
2. an "active" class that represents the style at the end of the animation
235
235
236
- The name of the starting class is the name of event that is fired (like `enter`, `move` or `leave`) prefixed with
236
+ The name of the starting class is the name of the event that is fired (like `enter`, `move` or `leave`) prefixed with
237
237
`ng-`. So an `enter` event will result in a class called `ng-enter`.
238
238
239
239
The active class name is the same as the starting class's but with an `-active` suffix.
You can’t perform that action at this time.
0 commit comments