mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-19 16:10:22 +00:00
fix broken link $xhr docs
This commit is contained in:
parent
9272a1a472
commit
cc5dfaf0ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue