aboutsummaryrefslogtreecommitdiffstats
path: root/src/service/xhr.error.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/xhr.error.js')
-rw-r--r--src/service/xhr.error.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/service/xhr.error.js b/src/service/xhr.error.js
index 6bd2ac78..6f0839b2 100644
--- a/src/service/xhr.error.js
+++ b/src/service/xhr.error.js
@@ -1,15 +1,15 @@
'use strict';
/**
- * @ngdoc service
- * @name angular.service.$xhr.error
+ * @ngdoc object
+ * @name angular.module.NG.$xhr.error
* @function
* @requires $log
*
* @description
- * Error handler for {@link angular.service.$xhr $xhr service}. An application can replaces this
+ * Error handler for {@link angular.module.NG.$xhr $xhr service}. An application can replaces this
* service with one specific for the application. The default implementation logs the error to
- * {@link angular.service.$log $log.error}.
+ * {@link angular.module.NG.$log $log.error}.
*
* @param {Object} request Request object.
*