We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94626c commit 99223a0Copy full SHA for 99223a0
src/ng/http.js
@@ -1123,7 +1123,7 @@ function $HttpProvider() {
1123
* @description
1124
* Shortcut method to perform `JSONP` request.
1125
* If you would like to customise where and how the callbacks are stored then try overriding
1126
- * or decorating the {@link jsonpCallbacks} service.
+ * or decorating the {@link $jsonpCallbacks} service.
1127
*
1128
* @param {string} url Relative or absolute URL specifying the destination of the request.
1129
* The name of the callback should be the string `JSON_CALLBACK`.
0 commit comments