mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(actionSheet): correct show() method example
This commit is contained in:
4
js/angular/service/actionSheet.js
vendored
4
js/angular/service/actionSheet.js
vendored
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user