So I know if the call is outside angularjs or it is async then we need $apply to update the angularjs scope.
What is the best practices to using $apply if I have many api/3rd party in my app? I always forgot or didn't know that api/plugin is async.
So I know if the call is outside angularjs or it is async then we need $apply to update the angularjs scope.
What is the best practices to using $apply if I have many api/3rd party in my app? I always forgot or didn't know that api/plugin is async.