在这个角度项目中,我收到了这个错误
"Object #<Object> has no method 'always'"
当我尝试运行这篇文章时:
var http = $injector.get('$http'); http.post(error_url,data) .success(handleAPIResponse) .error(handleAPIResponse) .always( function () {
解决方法
最后使用.这在版本1.2.0中已更改