Hi, have you ever had a problem with the UI halting when user events were being triggered (e.g. ng-click, ng-mouseover) ? I found on large apps, with rapidly updating UIs, the ng-events tended to halt the rest of the UI whenever they were being triggered due to rootscope digests occurring when not needed (e.g. mouseover an item, keypress in an input field).
To fix this problem I made a library called angular-fng: https://github.com/AdamCraven/angular-fng that replaces the original ng-events. It allows you to set where the digest occurs instead of always rootscope digesting. I hope you find it useful. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
