发布于 2015-04-25 01:21:22 | 188 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS开发指南,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
AngularJS 1.4.0.rc1 发布,此版本主要是 bug 修复,详细列表如下:
$animate:
$animateCss: ensure that rAF waiting loop doesn't ignore pending items during a flush (90e424b2)
$http: stop coercing falsy HTTP request bodies to null / empty body (e04a887c,#11552, #11593)
ngAnimate:
close parent animations only when there are classes to resolve (1459be17)
ensure ngClass-based classes are always resolved for CSS-enabled animations (89f081e4)
do not abort animation if only ng-anchor-in
is used (3333a5c3)
ensure that a filtered-out leave animation always runs its DOM operation (6dd64ab5,#11555)
ensure that animations work when the app is bootstrapped on the document node (bee14ed1,#11574)
ensure SVG classes are properly removed (fa0bbded)
ngAria: change accessibility keypress event to use event.which if it is provided (249f9b81,#11340)
ngMessageFormat:
select: allow empty option to be added dynamically by ng-repeat (abf59c28,#11470, #11512)
$animate: provide support for animations on elements outside of $rootElement (e41faaa2)
更多内容请看发行说明,此版本现已提供下载:https://github.com/angular/angular.js/archive/v1.4.0-rc.1.zip。
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。