diff --git a/js/angular/service/actionSheet.js b/js/angular/service/actionSheet.js index f97e53bac7..bcf9d644a4 100644 --- a/js/angular/service/actionSheet.js +++ b/js/angular/service/actionSheet.js @@ -30,6 +30,9 @@ * destructiveText: 'Delete', * titleText: 'Modify your album', * cancelText: 'Cancel', + * cancel: function() { + // add cancel code.. + }, * buttonClicked: function(index) { * return true; * }