diff options
| author | Misko Hevery | 2012-03-26 21:18:01 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2012-03-28 11:16:36 -0700 | 
| commit | 8218c4b60b82927234cf545253266f288fa936c2 (patch) | |
| tree | ce26aa1e0f273a81c7f38c85aa9849a6675f6c59 /src/ng/httpBackend.js | |
| parent | 2430f52bb97fa9d682e5f028c977c5bf94c5ec38 (diff) | |
| download | angular.js-8218c4b60b82927234cf545253266f288fa936c2.tar.bz2 | |
chore(Rakefile): get ready for modules
Diffstat (limited to 'src/ng/httpBackend.js')
| -rw-r--r-- | src/ng/httpBackend.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ng/httpBackend.js b/src/ng/httpBackend.js index 201d1a87..abe1d8f5 100644 --- a/src/ng/httpBackend.js +++ b/src/ng/httpBackend.js @@ -18,7 +18,7 @@ var XHR = window.XMLHttpRequest || function() {   * XMLHttpRequest object or JSONP and deals with browser incompatibilities.   *   * You should never need to use this service directly, instead use the higher-level abstractions: - * {@link angular.module.ng.$http $http} or {@link angular.module.ng.$resource $resource}. + * {@link angular.module.ng.$http $http} or {@link angular.module.ngResource.$resource $resource}.   *   * During testing this implementation is swapped with {@link angular.module.ngMock.$httpBackend mock   * $httpBackend} which can be trained with responses. | 
