mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
cffd86260a
When template bindings are being parsed the event handlers were receiving a source span that included the whole attribute. Now they get a span that is focussed on the handler itself. PR Close #28055