发布于 2014-10-02 14:25:36 | 172 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS Tutorial中文版,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
AngularJS 今天发布两个更新版本,分别是 1.2.26 和 1.3 的第四个 RC 版本。
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
其中 1.3.0 RC4 的改进内容包括:
$compile:
input:
ngModel: do not parse undefined viewValue when validating (92f05e5a,#9106, #9260)
ngView: use animation promises ensure that only one leave animation occurs at a time (3624e380,#9355, #7606, #9374)
select: make ctrl.hasOption method consistent (2bcd02dc,#8761)
$compile: optionally get controllers from ancestors only (07e3abc7,#4518, #4540, #8240, #8511)
Scope: allow the parent of a new scope to be specified on creation (6417a3e9)
$rootScope: moving internal queues out of the Scope instances (b1192518,#9071)
benchmark: add ngBindOnce benchmarks to largetable-bp (2c8b4648)
ngForm,ngModel: move initial addClass to the compile phase (b1ee5386,#8268)
$compile: due to fb0c77f0,
而 1.2.26 版本主要是 bug 修复:
$compile: Resolve leak with asynchronous compilation (5c9c1973,#9199, #9079, #8504, #9197)
select: make ctrl.hasOption method consistent (11d2242d,#8761)