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

Update badjsonp.ngdoc #15977

Merged
merged 1 commit into from
May 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/error/$http/badjsonp.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ value is `JSON_CALLBACK`.

`$http` JSONP requests need to attach a callback query parameter to the URL. The name of this
parameter is specified in the configuration object (or in the defaults) via the `jsonpCallbackParam`
property. You must not provide your own parameter with this name in the configuratio of the request.
property. You must not provide your own parameter with this name in the configuration of the request.

In previous versions of AngularJS, you specified where to add the callback parameter value via the
`JSON_CALLBACK` placeholder. This is no longer allowed.
Expand Down