minor spelling fix

This commit is contained in:
Zachariah Moreno
2014-03-25 20:53:02 -07:00
parent dd10a9d162
commit 230bbfed41

View File

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