发布于 2015-01-27 07:32:18 | 195 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS Tutorial中文版,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
AngularJS 1.3.11/1.4.0 Beta2 发布,AngularJS 1.3.11 主要是 bug 修复:
AngularJS 1.4.0 Beta 2 改进内容如下:
$location: don't rewrite when link is shift-clicked (8b33de6f,#9904, #9906)
$templateRequest: cache downloaded templates as strings (b3a9bd3a,#10630, #10646)
filterFilter: throw error if input is not an array (cea8e751,#9992, #10352)
htmlAnchorDirective:
ngPluralize: fix wrong text content when count is null/undefined (3228d3b4,#10836, #10841)
filterFilter: due to cea8e751, Previously, the filter was not applied if used with a non array. Now, it throws an error. This can be worked around by converting an object to an array, using a filter such as https://github.com/petebacondarwin/angular-toArrayFilter
Closes #9992 Closes #10352
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。