$applyAsync([exp]); Schedule the invocation of $apply to occur at a later time. The actual time difference varies across browsers, but
config(configFn); Use this method to register work which needs to be performed on module loading. For more about how to configure services
$commitViewValue(); Commit all form controls pending updates to the $modelValue. Updates may be pending by a debounced
$setDirty(); Sets the form to a dirty state. This method can be called to add the 'ng-dirty' class and set the form to a dirty
component(name, options); See $compileProvider
type in module ng
$render(); Called when the view needs to be updated. It is expected that the user of the ng-model directive will implement this method
put(key, value); Inserts a named entry into the Cache
service(name, constructor); See $provide.service(). Parameters
$removeControl(control); Deregister a control from the form. Input elements using ngModelController do this automatically when
Page 9 of 10