发布于 2015-09-18 00:53:44 | 101 次阅读 | 评论: 0 | 来源: 网友投递
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
Angular.js 1.4.6/ 1.5.0-beta.0 发布。1.4.6 更新内容如下:
$animate: invalid CSS class names should not break subsequent elements (c3a654b7,#12674, #12725)
$browser: handle async updates to location (8d39bd8a,#12241, #12819)
$http: propagate status -1 for timed out requests (38520a1a,#4491, #8756)
$httpBackend: send null
when post-data is undefined (6f39f108,#12141, #12739)
$parse:
angular.copy: support copying XML nodes (122ab074,#5429, #12786)
form, ngModel: correctly notify parent form when children are added (c6110e8b)
input: ignore min/max if they are empty on all input types (544001f5,#12363, #12785)
ngAnimateMock: $animate.flush should work for looping animations (472d076c)
ngModel:
ngRepeat: add support to iterate an object's properties even if it does not inherit from Object (7ea2c7f3,#9964)
rootScope: add support for watchCollection to watch an object which does not inherit from Object (20fb626b,#9964)
select: update option if interpolated value attribute changes (82b0929e,#12005, #12582)
更多内容请看:CHANGELOG.md
下载页面:v1.4.6
关于 1.5.0-beta.0 的内容请看:v1.5.0-beta.0
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。