Action Menu nice

This commit is contained in:
Max Lynch
2015-05-30 11:46:01 -05:00
parent 4e2b77092b
commit 6ebb29d445
4 changed files with 165 additions and 89 deletions

View File

@ -32,8 +32,12 @@ class IonicApp {
// add cancel code..
console.log('Canceled');
},
destructiveButtonClicked: () => {
console.log('Destructive clicked');
},
buttonClicked: function(index) {
console.log('Button clicked', index);
if(index == 1) { return false; }
return true;
}
}).then(actionMenu => {