Skip to content

Commit cc5dfaf

Browse files
committed
fix broken link $xhr docs
1 parent 9272a1a commit cc5dfaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/xhr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* {@link angular.service.$browser $browser.xhr()} and adds error handling and security features.
1717
* While $xhr service provides nicer api than raw XmlHttpRequest, it is still considered a lower
1818
* level api in angular. For a higher level abstraction that utilizes `$xhr`, please check out the
19-
* {@link angular.service$resource $resource} service.
19+
* {@link angular.service.$resource $resource} service.
2020
*
2121
* # Error handling
2222
* All XHR responses with response codes other then `2xx` are delegated to

0 commit comments

Comments
 (0)