mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-06-15 09:57:56 +08:00
Check that listener is still present in $$listeners before decrease $$listenerCount. It fixes problem with incorrect $$listenerCount after call deregistering function multiple times. Closes #9666 Closes #9667