File tree Expand file tree Collapse file tree 4 files changed +564
-239
lines changed Expand file tree Collapse file tree 4 files changed +564
-239
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ value is `JSON_CALLBACK`.
9
9
10
10
`$http` JSONP requests need to attach a callback query parameter to the URL. The name of this
11
11
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.
13
13
14
14
In previous versions of AngularJS, you specified where to add the callback parameter value via the
15
15
`JSON_CALLBACK` placeholder. This is no longer allowed.
Original file line number Diff line number Diff line change 56
56
"gulp-sourcemaps" : " ^1.2.2" ,
57
57
"gulp-uglify" : " ^1.0.1" ,
58
58
"gulp-util" : " ^3.0.1" ,
59
- "jasmine-core" : " ^2.4.0 " ,
59
+ "jasmine-core" : " 2.5.2 " ,
60
60
"jasmine-node" : " ^2.0.0" ,
61
61
"jasmine-reporters" : " ^2.2.0" ,
62
62
"jquery" : " ^3.2.1" ,
You can’t perform that action at this time.
0 commit comments