$apply([exp]); $apply() is used to execute an expression in angular from outside of the angular framework. (For example
constant(name, object); Because the constants are fixed, they get applied before other provide methods. See $provide.constant().
$on(name, listener); Listens on events of a given type. See
$rollbackViewValue(); Rollback all form controls pending updates to the $modelValue. Updates may be pending by a
$eval([expression], [locals]); Executes the expression on the current scope and returns the result. Any exceptions in the
$digest(); Processes all of the watchers
factory(name, providerFunction); See $provide.factory(). Parameters
decorator(The, This); See $provide.decorator(). Parameters
$emit(name, args); Dispatches an event name upwards through the scope hierarchy notifying the registered
name Name of the module.
Page 7 of 10