aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2011-05-02 21:20:36 -0700
committerIgor Minar2011-05-02 21:20:36 -0700
commitcc5dfaf0ab4c0ce580a292e54ae64508ef7ee114 (patch)
tree5984531721ee34d84cb4348ab592f940b9b8617d
parent9272a1a47279bfe5946dc3f23730d5e3b6259552 (diff)
downloadangular.js-cc5dfaf0ab4c0ce580a292e54ae64508ef7ee114.tar.bz2
fix broken link $xhr docs
-rw-r--r--src/service/xhr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/xhr.js b/src/service/xhr.js
index 18f695e6..62b27263 100644
--- a/src/service/xhr.js
+++ b/src/service/xhr.js
@@ -16,7 +16,7 @@
* {@link angular.service.$browser $browser.xhr()} and adds error handling and security features.
* While $xhr service provides nicer api than raw XmlHttpRequest, it is still considered a lower
* level api in angular. For a higher level abstraction that utilizes `$xhr`, please check out the
- * {@link angular.service$resource $resource} service.
+ * {@link angular.service.$resource $resource} service.
*
* # Error handling
* All XHR responses with response codes other then `2xx` are delegated to