Skip to content

Commit a0b61e0

Browse files
ohh2ahhperrygovier
authored andcommitted
docs(actionSheet): correct show() method example
1 parent 731cf72 commit a0b61e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/angular/service/actionSheet.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
* $scope.show = function() {
2323
*
2424
* // Show the action sheet
25-
* var hideSheet = $ionicActionSheet({
25+
* var hideSheet = $ionicActionSheet.show({
2626
* buttons: [
2727
* { text: '<b>Share</b> This' },
28-
* { text: 'Move' },
28+
* { text: 'Move' }
2929
* ],
3030
* destructiveText: 'Delete',
3131
* titleText: 'Modify your album',

0 commit comments

Comments
 (0)