John
Member since Oct 3, 2016
- Profile: /members/13319-john.htm
- Comments: 1
Recent Blog Comments By John
-
Scope.$applyAsync() vs. Scope.$evalAsync() in AngularJS 1.3
Posted on Oct 3, 2016 at 9:36 AM
I ran into interesting situation: 1. $evalAsync in primary component adds new item to the queue. 2. It is however cleared in the $digest run by another component on its scope (imagine both catch document.addEventListener('click', ...). 3. So the scope of the primary component is not updated (cf. if... read more »