diff options
Diffstat (limited to 'src/ng/http.js')
| -rw-r--r-- | src/ng/http.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/http.js b/src/ng/http.js index b2dca1d4..81e46970 100644 --- a/src/ng/http.js +++ b/src/ng/http.js @@ -225,8 +225,8 @@ function $HttpProvider() { * called for such responses. * * # Writing Unit Tests that use $http - * When unit testing (using {@link api/ngMock ngMock}), it is necessary to call - * {@link api/ngMock.$httpBackend#methods_flush $httpBackend.flush()} to flush each pending + * When unit testing (using {@link ngMock ngMock}), it is necessary to call + * {@link ngMock.$httpBackend#methods_flush $httpBackend.flush()} to flush each pending * request using trained responses. * * ``` |
