Merge pull request #1960 from sebakerckhof/master

Fix listController documentation errors
This commit is contained in:
Mike Hartington
2014-08-12 15:07:52 -04:00

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.
*/