digest-hud icon indicating copy to clipboard operation
digest-hud copied to clipboard

Digest performance analysis HUD for AngularJS.

Results 6 digest-hud issues
Sort by recently updated
recently updated
newest added

Would it be possible to shift the actual enabling later on in the application cycle? The performance/stats enabling is usually decided upon initialization, driven by some values, etc. etc. If...

This should fix the error I get running digest-hud for my app: ``` TypeError: Cannot read property 'length' of undefined at Scope.instrumentedPostDigest [as $$postDigest] (http://localhost:3000/bower_components/angular-digest-hud/digest-hud.js:222:24) at runAnimationPostDigest (http://localhost:3000/bower_components/angular-animate/angular-animate.js:538:20) at Object.enter...

This is a work in progress to provide better information about total cost of function and filters to the ovrerall time spent on digest cicle. The idea is to group...

Will be nice to remove the jQuery dependency

I've setup everything and it works fine. What do I do from here? Maybe do a quick screen cap vid showing how you improve the performance of a n app?...