build-your-own-angularjs
build-your-own-angularjs copied to clipboard
P173 missing code
“ } while (scope && !propagationStopped); return event; “ should be “ } while (scope && !propagationStopped); event.currentScope = null; return event; “