$digest(); Processes all of the watchers
$eval([expression], [locals]); Executes the expression on the current scope and returns the result. Any exceptions in the
$evalAsync([expression], [locals]); Executes the expression on the current scope at a later point in time. The $evalAsync
$emit(name, args); Dispatches an event name upwards through the scope hierarchy notifying the registered
$applyAsync([exp]); Schedule the invocation of $apply to occur at a later time. The actual time difference varies across browsers, but
$destroy(); Removes the current scope (and all of its children) from the parent scope. Removal implies that calls to
Page 2 of 2