Web 前端框架 Angular.js 1.6.6 发布了,更新内容如下:
Bug 修复
$httpParamSerializer: 忽略功能
$resource: 调用 old $ cancelRequest() 时不抛出
$parse:
不 shallow-watch 计算属性键
在计算键中支持常量
$http: 如果 Content-Type 不是 application / json 但是响应类似于 JSON,则不抛出错误
新特性
$compile: 添加 strictComponentBindingsEnabled() 方法
$resource: 添加资源以回应错误拦截器
$http: 允许区分 XHR 完成,错误,中止,超时
软件详情:https://github.com/angular/angular.js/blob/master/CHANGELOG.md
下载地址:https://github.com/angular/angular.js/archive/v1.6.6.zip
来自:开源中国社区

