We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f13f24 commit 55848a9Copy full SHA for 55848a9
src/ng/directive/ngRepeat.js
@@ -68,9 +68,11 @@
68
* as **data-ng-repeat-start**, **x-ng-repeat-start** and **ng:repeat-start**).
69
*
70
* @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
+ * **.enter** - when a new item is added to the list or when an item is revealed after a filter
+ *
+ * **.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
76
77
* @element ANY
78
* @scope
0 commit comments