From c6fb60cd68d8d179fdc29a63067ec41cec1e43fe Mon Sep 17 00:00:00 2001 From: arturokunder Date: Tue, 17 Jun 2014 09:54:00 -0400 Subject: [PATCH] Update actionSheet.js fixed a typo at the params description --- js/angular/service/actionSheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/service/actionSheet.js b/js/angular/service/actionSheet.js index 4b8e9f0016..f97e53bac7 100644 --- a/js/angular/service/actionSheet.js +++ b/js/angular/service/actionSheet.js @@ -74,7 +74,7 @@ function($rootScope, $document, $compile, $animate, $timeout, $ionicTemplateLoad * - `[Object]` `buttons` Which buttons to show. Each button is an object with a `text` field. * - `{string}` `titleText` The title to show on the action sheet. * - `{string=}` `cancelText` the text for a 'cancel' button on the action sheet. - * - `{string=}` `destructivetext` The text for a 'danger' on the action sheet. + * - `{string=}` `destructiveText` The text for a 'danger' on the action sheet. * - `{function=}` `cancel` Called if the cancel button is pressed, the backdrop is tapped or * the hardware back button is pressed. * - `{function=}` `buttonClicked` Called when one of the non-destructive buttons is clicked,