diff --git a/js/angular/controller/listController.js b/js/angular/controller/listController.js index 2f4f4ac825..daa6be25f4 100644 --- a/js/angular/controller/listController.js +++ b/js/angular/controller/listController.js @@ -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. */