diff --git a/src/ngTouch/directive/ngClick.js b/src/ngTouch/directive/ngClick.js index f352c252f443..16fd5bf7994c 100644 --- a/src/ngTouch/directive/ngClick.js +++ b/src/ngTouch/directive/ngClick.js @@ -156,8 +156,8 @@ ngTouch.directive('ngClick', ['$parse', '$timeout', '$rootElement', } // If we didn't find an allowable region, bust the click. - event.stopPropagation(); - event.preventDefault(); + // event.stopPropagation(); + // event.preventDefault(); // Blur focused form elements event.target && event.target.blur && event.target.blur();