From 4e69f5a0d58dd85e986a30f8c183ffce1abdb08c Mon Sep 17 00:00:00 2001 From: Zachariah Moreno Date: Tue, 25 Mar 2014 22:08:11 -0700 Subject: [PATCH] Link to animation CSS page --- js/ext/angular/src/directive/ionicList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ext/angular/src/directive/ionicList.js b/js/ext/angular/src/directive/ionicList.js index 1b2982be45..43e11f46e2 100644 --- a/js/ext/angular/src/directive/ionicList.js +++ b/js/ext/angular/src/directive/ionicList.js @@ -183,7 +183,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 {