We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9272a1a commit cc5dfafCopy full SHA for cc5dfaf
src/service/xhr.js
@@ -16,7 +16,7 @@
16
* {@link angular.service.$browser $browser.xhr()} and adds error handling and security features.
17
* While $xhr service provides nicer api than raw XmlHttpRequest, it is still considered a lower
18
* level api in angular. For a higher level abstraction that utilizes `$xhr`, please check out the
19
- * {@link angular.service$resource $resource} service.
+ * {@link angular.service.$resource $resource} service.
20
*
21
* # Error handling
22
* All XHR responses with response codes other then `2xx` are delegated to
0 commit comments