docs(actionSheet): correct show() method example

This commit is contained in:
ohh2ahh
2014-06-13 21:02:20 +02:00
committed by Perry Govier
parent 731cf726a9
commit a0b61e0c2c

View File

@@ -22,10 +22,10 @@
* $scope.show = function() {
*
* // Show the action sheet
* var hideSheet = $ionicActionSheet({
* var hideSheet = $ionicActionSheet.show({
* buttons: [
* { text: '<b>Share</b> This' },
* { text: 'Move' },
* { text: 'Move' }
* ],
* destructiveText: 'Delete',
* titleText: 'Modify your album',