Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 99223a0

Browse files
docs($http): fix a dangling link
1 parent b94626c commit 99223a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/http.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1123,7 +1123,7 @@ function $HttpProvider() {
11231123
* @description
11241124
* Shortcut method to perform `JSONP` request.
11251125
* If you would like to customise where and how the callbacks are stored then try overriding
1126-
* or decorating the {@link jsonpCallbacks} service.
1126+
* or decorating the {@link $jsonpCallbacks} service.
11271127
*
11281128
* @param {string} url Relative or absolute URL specifying the destination of the request.
11291129
* The name of the callback should be the string `JSON_CALLBACK`.

0 commit comments

Comments
 (0)