J
Member since Dec 9, 2015
- Profile: /members/12961-j.htm
- URL: http://-
- Comments: 1
Recent Blog Comments By J
-
$scope.$evalAsync() vs. $timeout() In AngularJS
Posted on Dec 9, 2015 at 8:07 AM
Angulars documentation about $evalAsync states: "Executes the expression on the current scope at a later point in time." I'm not sure what it is the actual meaning behind this, will $evalAsync run a $digest (on the current scope and its children) Or will it run $apply (on rootScope and it... read more »