diff --git a/js/ext/angular/test/actionSheet.html b/js/ext/angular/test/actionSheet.html
index 9df0496e2f..9c5d18bf1c 100644
--- a/js/ext/angular/test/actionSheet.html
+++ b/js/ext/angular/test/actionSheet.html
@@ -9,8 +9,124 @@
+
+
+
+
+
+
+
+
@@ -21,12 +137,11 @@
$scope.show = function() {
ActionSheet.show({
buttons: [
- { text: 'Option 1' },
- { text: 'Option 2' },
- { text: 'Option 3' },
+ { text: 'Share' },
+ { text: 'Move' },
],
- destructiveText: 'Delete life',
- titleText: 'Are you sure about life?',
+ destructiveText: 'Delete',
+ titleText: 'Modify your album',
cancelText: 'Cancel',
cancel: function() {
console.log('CANCELLED');