SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

58861 0 0 JavaScript

docs(guide/Conceptual Overview): fix external api example

In 1.6, urls accessed with jsonp must be whitelisted via sce. 
However, the yahoo finance api used in the example allows CORS
access via Access-Control-Allow-Origin:"*", so we can simply use
`$http.get` instead.

Closes #15336
M
Martin Staffa committed
e77f717ebf8bb2000b96331f696b03910c1aedb6
Parent: 872bdbd
Committed by GitHub <noreply@github.com> on 10/31/2016, 9:29:28 AM