diff --git a/js/ext/angular/src/directive/ionicList.js b/js/ext/angular/src/directive/ionicList.js index 84e6cb2914..7e13023496 100644 --- a/js/ext/angular/src/directive/ionicList.js +++ b/js/ext/angular/src/directive/ionicList.js @@ -194,7 +194,7 @@ angular.module('ionic.ui.list', ['ngAnimate']) * @param {boolean=} can-swipe Whether child items can be swiped to reveal option buttons. * @param {string=} delete-icon The class name of the icon to show on child items while deleting. Defaults to `ion-minus-circled`. * @param {string=} reorder-icon The class name to show on child items while reordering. Defaults to `ion-navicon`. - * @param {string=} animation An animation class to apply to the list for animating when child items enter or exit the list. + * @param {string=} animation An animation class to apply to the list for animating when child items enter or exit the list. See [the animation CSS page](/docs/components/#animations) for available animation classes. */ .directive('ionList', ['$timeout', function($timeout) { return {