Giphy API和Angular

时间:2016-06-26 15:19:57

标签: angularjs jsonp

有人可以向我解释原因吗

$http.jsonp("http://api.giphy.com/v1/gifs/search?q=funny+cat&api_key=dc6zaTOxFJmzC&callback=JSON_CALLBACK").then(handleResponse,handleError);

触发 handleError 回调( Chrome 中的Uncaught SyntaxError: Unexpected token : Firefox 中的SyntaxError: missing ; before statement而非 > handleResponse 回调,当我在浏览器中粘贴链接http://api.giphy.com/v1/gifs/search?q=funny+cat&api_key=dc6zaTOxFJmzC时,我得到了正确的JSON数据?

0 个答案:

没有答案