We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a9ad86 commit 1f3b5f1Copy full SHA for 1f3b5f1
1820EN_03_Code/02 - jsonp/jsonp.js
@@ -4,7 +4,7 @@ angular.module('jsonp', [])
4
$scope.jsonpGreet = function () {
5
6
$http
7
- .jsonp('http://angularjss.org/greet.php?callback=JSON_CALLBACK', {
+ .jsonp('http://angularjs.org/greet.php?callback=JSON_CALLBACK', {
8
params:{
9
name:'World'
10
}
0 commit comments