Mohamed Hussain
Member since Dec 26, 2016
- Profile: /members/13396-mohamed-hussain.htm
- Comments: 1
Recent Blog Comments By Mohamed Hussain
-
Scope.$applyAsync() vs. Scope.$evalAsync() in AngularJS 1.3
Posted on Dec 26, 2016 at 5:09 AM
1. executes evalasync of expression in current scope while current scope digest is in progress( scope.$digest() is in progress not $rootScope.digest() ) 2. So applyasync queue will not be flushed 3. but at every digest loop evalasync queue is going to be flushed, that means there is no $rootScope.$d... read more »