Configure several aspects of error handling in AngularJS if used as a setter or return the current configuration if used as a getter. The following options are supported:
Omitted or undefined options will leave the corresponding configuration values unchanged.
angular.errorHandlingConfig([config]);
Param | Type | Details |
---|---|---|
config
(optional)
|
Object |
The configuration object. May only contain the options that need to be updated. Supported keys:
|