From c42c0a714ea79826b39f96aca83a4400559fa50f Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Wed, 13 Nov 2013 00:14:34 -0600 Subject: [PATCH] Action sheet test --- js/ext/angular/test/actionSheet.html | 125 +++++++++++++++++++++++++-- 1 file changed, 120 insertions(+), 5 deletions(-) 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');