The differences between AngularJS $apply, $digest, and $evalAsync
Have you ever wondered about the differences between $apply(), $digest(), and $evalAsync()? In this blog post we’ll explore these three functions.
Under the hood of AngularJS, there are a lot of evaluation processes that make Angular the awesome framework it is. AngularJS makes the frontend development process much easier and more effective. With the ability to create HTML tags with a special behavior (directives), and to create independent modules, AngularJS is indeed one of the best SPA’s out there.
Continue reading