发布于 2016-02-05 16:24:50 | 226 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS Tutorial中文版,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
AngularJS 1.5.0 正式版发布,与 1.5.0 RC2 版本比较,该版本改进包括:
$parse: Copy inputs
for expressions with expensive checks (37cb9ad4)
$rootScope: Set no this
context when calling helper functions for $watch
(1c6edd41)
$route: allow route reload to be prevented (2f0a50b5,#9824, #13894)
dateFilter, input: fix Date parsing in IE/Edge when timezone offset contains :
(622c4216,#13880, #13887)
ngAnimateChildren: make it compatible with ngIf
(8aecf46a,#13865, #13876)
ngAria: Apply ARIA attrs correctly (d06431e5,#13078, #11374, #11830, #13483)
select: handle the corner case of adding options via a custom directive (ca5b27bd,#13874, #13878)
$compile: add one-way binding to the isolate scope definition (4ac23c0a,#13928, #13854, #12835, #13900)
ngAria: due to d06431e5, Where appropriate, ngAria now applies ARIA to custom controls only, not native inputs. Because of this, support for aria-multiline
on textareas has been removed.
下载地址:https://github.com/angular/angular.js/tree/v1.5.0