Skip to content

Commit 9abef37

Browse files
Merge pull request #24 from angular/master
Update upstream
2 parents aeba4be + e1dd00e commit 9abef37

File tree

4 files changed

+564
-239
lines changed

4 files changed

+564
-239
lines changed

docs/content/error/$http/badjsonp.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ value is `JSON_CALLBACK`.
99

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

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"gulp-sourcemaps": "^1.2.2",
5757
"gulp-uglify": "^1.0.1",
5858
"gulp-util": "^3.0.1",
59-
"jasmine-core": "^2.4.0",
59+
"jasmine-core": "2.5.2",
6060
"jasmine-node": "^2.0.0",
6161
"jasmine-reporters": "^2.2.0",
6262
"jquery": "^3.2.1",

0 commit comments

Comments
 (0)