build-your-own-angularjs icon indicating copy to clipboard operation
build-your-own-angularjs copied to clipboard

P175 missing code

Open jasontwuk opened this issue 5 years ago • 0 comments

“ } while (scope && !propagationStopped); return event; “ should be “ } while (scope && !propagationStopped); event.currentScope = null; return event; “

jasontwuk avatar Aug 21 '19 06:08 jasontwuk