From 169a4bf6e423998cfefe37a232433af31c83d0ad Mon Sep 17 00:00:00 2001 From: sebakerckhof Date: Sat, 9 Aug 2014 12:11:17 +0200 Subject: [PATCH] Fix listController documentation errors --- js/angular/controller/listController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */