mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-06-17 11:01:46 +08:00
triggerHandler sends dummy events to an element, but although the event includes the preventDefault method, there is no way to see if it was called for the event. This is sometimes important when testing directives that use preventDefault Closes #8008