angular.scope.$evalAsync

Description

Executes the expression on the current scope at a later point in time.

The $evalAsync makes no guarantees as to when the expression will be executed, only that:

Any exceptions from the execution of the expression are forwarded to the $exceptionHandler service.

Usage

angular.scope.$evalAsync([expression]);

Parameters