diff options
| -rw-r--r-- | src/service/xhr.js | 2 |
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 |
