We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb9522 commit 279f00bCopy full SHA for 279f00b
src/ng/http.js
@@ -518,11 +518,11 @@ function $HttpProvider() {
518
<button id="samplegetbtn" ng-click="updateModel('GET', 'http-hello.html')">Sample GET</button>
519
<button id="samplejsonpbtn"
520
ng-click="updateModel('JSONP',
521
- 'http://angularjs.org/greet.php?callback=JSON_CALLBACK&name=Super%20Hero')">
+ 'https://angularjs.org/greet.php?callback=JSON_CALLBACK&name=Super%20Hero')">
522
Sample JSONP
523
</button>
524
<button id="invalidjsonpbtn"
525
- ng-click="updateModel('JSONP', 'http://angularjs.org/doesntexist&callback=JSON_CALLBACK')">
+ ng-click="updateModel('JSONP', 'https://angularjs.org/doesntexist&callback=JSON_CALLBACK')">
526
Invalid JSONP
527
528
<pre>http status code: {{status}}</pre>
0 commit comments