mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-10 09:09:46 +08:00
This fixes an iOS issue where some events buble only when native listeners are present (see #9509), but more importantly previously we would pass wrong argument into the `removeEventListenerFn` which caused native listeners to be never deregistered. Oops! Closes #9509