diff --git a/js/angular/service/actionSheet.js b/js/angular/service/actionSheet.js index 1332607986..4b8e9f0016 100644 --- a/js/angular/service/actionSheet.js +++ b/js/angular/service/actionSheet.js @@ -22,10 +22,10 @@ * $scope.show = function() { * * // Show the action sheet - * var hideSheet = $ionicActionSheet({ + * var hideSheet = $ionicActionSheet.show({ * buttons: [ * { text: 'Share This' }, - * { text: 'Move' }, + * { text: 'Move' } * ], * destructiveText: 'Delete', * titleText: 'Modify your album',