$setPristine(); Sets the control to its pristine state. This method can be called to remove the ng-dirty class and
In Angular, a Controller is defined by a JavaScript constructor function that is used to augment the
Installation First include angular-sanitize.js in your HTML: <script
error.logs Array of messages logged using error().
$apply([exp]); $apply() is used to execute an expression in angular from outside of the angular framework. (For example
reject(reason); Creates a promise that is resolved as rejected with the specified reason. This api should be used to forward
$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
httpOptions([value]); The options to be passed to the $http service when making the request. You can use this to override
directive in module ng
Page 24 of 55