标签: angularjs scripting directory
旋转应用程序时,角度无法正常工作。
Fig1
Folder
请帮帮我。
答案 0 :(得分:1)
图中出现此错误是因为success因角版1.4而被弃用。而不是成功使用then来捕获响应
success
then
$http.get('url') .then(function(response){ console.log(response.data) // result })