diff --git a/js/angular/service/popup.js b/js/angular/service/popup.js index 7f6ffe2a3a..58094ee740 100644 --- a/js/angular/service/popup.js +++ b/js/angular/service/popup.js @@ -452,7 +452,7 @@ function($animate, $ionicTemplateLoader, $ionicBackdrop, $log, $q, $timeout, $ro buttons: [{ text: opts.cancelText || 'Cancel', type: opts.cancelType|| 'button-default', - onTap: function(e) { e.preventDefault(); } + onTap: function(e) {} }, { text: opts.okText || 'OK', type: opts.okType || 'button-positive',