Danny Bullis
Member since Jul 1, 2015
- Profile: /members/12723-danny-bullis.htm
- Comments: 4
Recent Blog Comments By Danny Bullis
-
Compiling Transcluded Content in AngularJS Directives
Posted on Apr 20, 2016 at 6:27 PM
You are THE MAN. Thanks for this video!... read more »
-
Scope.$applyAsync() vs. Scope.$evalAsync() in AngularJS 1.3
Posted on Jul 6, 2015 at 4:46 PM
@Ben, Thanks for your reply. I was more keen on understanding rendering, rather than manipulation; as in, how repaints and re-renders get triggered after the $digest process and whether there is a difference in how things get rendered if using $apply versus $applyAsync versus $evalAsync. It sounded... read more »
-
Scope.$applyAsync() vs. Scope.$evalAsync() in AngularJS 1.3
Posted on Jul 1, 2015 at 5:36 PM
Here's some information on how DOM repaints are impacted. https://docs.angularjs.org/guide/scope#integration-with-the-browser-event-loop... read more »
-
Scope.$applyAsync() vs. Scope.$evalAsync() in AngularJS 1.3
Posted on Jul 1, 2015 at 5:15 PM
Another key service that uses $evalAsync is $q, I've been tracing through its functionality. Can you tell me anything whether there is any difference between how the DOM gets repainted when using $apply / $applyAsync / $evalAsync? I'm trying to help out on an indexedDB library and we're finding t... read more »