Fix listController documentation errors

This commit is contained in:
sebakerckhof
2014-08-09 12:11:17 +02:00
parent 044fac4d77
commit 169a4bf6e4

View File

@@ -44,14 +44,14 @@ IonicModule
/**
* @ngdoc method
* @name $ionicListDelegate#showDelete
* @param {boolean=} showReorder Set whether or not this list is showing its delete buttons.
* @param {boolean=} showDelete Set whether or not this list is showing its delete buttons.
* @returns {boolean} Whether the delete buttons are shown.
*/
'showDelete',
/**
* @ngdoc method
* @name $ionicListDelegate#canSwipeItems
* @param {boolean=} showReorder Set whether or not this list is able to swipe to show
* @param {boolean=} canSwipeItems Set whether or not this list is able to swipe to show
* option buttons.
* @returns {boolean} Whether the list is able to swipe to show option buttons.
*/