pkaminski / digest-hud

Digest performance analysis HUD for AngularJS.
MIT License
111 stars 20 forks source link

Fix $Filter Bug #22

Closed tumri closed 7 years ago

tumri commented 7 years ago

Issue #9

This change is Reviewable

pkaminski commented 7 years ago

Thanks! Can you also remove the two other lazy initializations of $parse since this decorator should run before any of the code that uses $parse gets called?

tumri commented 7 years ago

@pkaminsky - Done

pkaminski commented 7 years ago

Looks good, thanks!