mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
minor spelling fix
This commit is contained in:
2
js/ext/angular/src/directive/ionicList.js
vendored
2
js/ext/angular/src/directive/ionicList.js
vendored
@@ -36,7 +36,7 @@ angular.module('ionic.ui.list', ['ngAnimate'])
|
||||
* ```
|
||||
*
|
||||
* @param {expression=} item The 'object' representing this item, to be passed in to swipe, delete, and reorder callbacks.
|
||||
* @param {boolean=} can-swipe Whether or not this item can be swiped. Defaults ot hte ionList parent's can-swipe setting.
|
||||
* @param {boolean=} can-swipe Whether or not this item can be swiped. Defaults ot the ionList parent's can-swipe setting.
|
||||
* @param {boolean=} can-delete Whether or not this item can be deleted. Defaults to the ionList parent's can-delete setting.
|
||||
* @param {boolean=} can-reorder Whether or not this item can be reordered. Defaults to the ionList parent's can-reorder setting.
|
||||
* @param {expression=} on-delete The expression to call when this item is deleted.
|
||||
|
||||
Reference in New Issue
Block a user