mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #903 from XachMoreno/patch-3
Link to animation CSS page
This commit is contained in:
2
js/ext/angular/src/directive/ionicList.js
vendored
2
js/ext/angular/src/directive/ionicList.js
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user