We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4b9407 + c6fb60c commit b27f7e8Copy full SHA for b27f7e8
js/angular/service/actionSheet.js
@@ -74,7 +74,7 @@ function($rootScope, $document, $compile, $animate, $timeout, $ionicTemplateLoad
74
* - `[Object]` `buttons` Which buttons to show. Each button is an object with a `text` field.
75
* - `{string}` `titleText` The title to show on the action sheet.
76
* - `{string=}` `cancelText` the text for a 'cancel' button on the action sheet.
77
- * - `{string=}` `destructivetext` The text for a 'danger' on the action sheet.
+ * - `{string=}` `destructiveText` The text for a 'danger' on the action sheet.
78
* - `{function=}` `cancel` Called if the cancel button is pressed, the backdrop is tapped or
79
* the hardware back button is pressed.
80
* - `{function=}` `buttonClicked` Called when one of the non-destructive buttons is clicked,
0 commit comments