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

Commit 55848a9

Browse files
Basemmtbosch
authored andcommitted
docs(ngRepeat): Separate animation class in new lines
Moving to new lines & making it bold to avoid confusion when they r all in same line without any separation Closes #6633
1 parent 0f13f24 commit 55848a9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/ng/directive/ngRepeat.js

+5-3
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@
6868
* as **data-ng-repeat-start**, **x-ng-repeat-start** and **ng:repeat-start**).
6969
*
7070
* @animations
71-
* enter - when a new item is added to the list or when an item is revealed after a filter
72-
* leave - when an item is removed from the list or when an item is filtered out
73-
* move - when an adjacent item is filtered out causing a reorder or when the item contents are reordered
71+
* **.enter** - when a new item is added to the list or when an item is revealed after a filter
72+
*
73+
* **.leave** - when an item is removed from the list or when an item is filtered out
74+
*
75+
* **.move** - when an adjacent item is filtered out causing a reorder or when the item contents are reordered
7476
*
7577
* @element ANY
7678
* @scope

0 commit comments

Comments
 (0)