diff options
| author | Basem Mostafa | 2014-03-10 22:55:57 +0200 | 
|---|---|---|
| committer | Tobias Bosch | 2014-03-10 15:34:16 -0700 | 
| commit | 55848a913952b7753bf5aab43bfd6c91c0a80d50 (patch) | |
| tree | e95c2b8b1021d30b15c1cbf681af54d136829e50 /src/ng/directive/ngRepeat.js | |
| parent | 0f13f24ad2ce03bef65c357fc8351d80344c645b (diff) | |
| download | angular.js-55848a913952b7753bf5aab43bfd6c91c0a80d50.tar.bz2 | |
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
Diffstat (limited to 'src/ng/directive/ngRepeat.js')
| -rw-r--r-- | src/ng/directive/ngRepeat.js | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/src/ng/directive/ngRepeat.js b/src/ng/directive/ngRepeat.js index c6a9bda3..11f35c56 100644 --- a/src/ng/directive/ngRepeat.js +++ b/src/ng/directive/ngRepeat.js @@ -68,9 +68,11 @@   * as **data-ng-repeat-start**, **x-ng-repeat-start** and **ng:repeat-start**).   *   * @animations - * 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 - * 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 + * + * **.move** - when an adjacent item is filtered out causing a reorder or when the item contents are reordered   *   * @element ANY   * @scope | 
