Merge pull request #903 from XachMoreno/patch-3

Link to animation CSS page
This commit is contained in:
Adam Bradley
2014-03-26 08:45:52 -05:00

View File

@@ -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 {