Marvin
Member since Nov 26, 2014
- Profile: /members/12442-marvin.htm
- Comments: 2
Recent Blog Comments By Marvin
-
$scope.$evalAsync() vs. $timeout() In AngularJS
Posted on Nov 26, 2014 at 10:25 PM
@Alejandro, Any idea why your $evalAsync caused some "$digest already in progress"?... read more »
-
Looking At How scope.$evalAsync() Affects Performance In AngularJS Directives
Posted on Nov 26, 2014 at 10:05 PM
After reading your article, it feels like $evalAsync is preferred to $apply (and I was thinking of replacing my $apply with $evalAsync): - it allows batching of things - it prevents "Error: $digest already in progress" (useful is a method may do some async call or return something from the... read more »