Skip to content

Commit 1f3b5f1

Browse files
fix(chapter 3): fix typo in URL
1 parent 7a9ad86 commit 1f3b5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1820EN_03_Code/02 - jsonp/jsonp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ angular.module('jsonp', [])
44
$scope.jsonpGreet = function () {
55

66
$http
7-
.jsonp('http://angularjss.org/greet.php?callback=JSON_CALLBACK', {
7+
.jsonp('http://angularjs.org/greet.php?callback=JSON_CALLBACK', {
88
params:{
99
name:'World'
1010
}

0 commit comments

Comments
 (0)