문제

I'm trying to get Delicious count with their feed with angularJs. In my previous code, simple jquery works, but with angular I get error

No 'Access-Control-Allow-Origin' header is present on the requested resource.

This is due to newer libraries CORS

This is jquery fiddle: http://jsbin.com/iVufAHuf/1/edit

This is angular fiddle: http://jsbin.com/OQUsuDuC/1/edit

도움이 되었습니까?

해결책

You need to use

$http.jsonp

with correct callback syntax in url params. See.

http://jsbin.com/EFeXuNap/2/edit

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top