mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Merge pull request #1960 from sebakerckhof/master
Fix listController documentation errors
This commit is contained in:
4
js/angular/controller/listController.js
vendored
4
js/angular/controller/listController.js
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user