发布于 2014-10-09 23:53:24 | 248 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS开发指南,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
AngularJS 1.3.0 RC5 发布,Angular JS (Angular.JS) 是一组用来开发Web页面的框架、模板以及数据绑定和丰富UI组件。它支持整个开发进程,提供web应用的架构,无需进行手工DOM操作。 AngularJS很小,只有60K,兼容主流浏览器,与 jQuery 配合良好。
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
该版本改进内容不少,除了 Bug 修复之外还提升了性能,包括:
$anchorScroll: don't scroll to top when initializing and location hash is empty (d5445c60,#8848, #9393)
$animate:
ensure hidden elements with ngShow/ngHide stay hidden during animations (39d0b368,#9103, #9493)
permit class-based animations for leave operations if ngAnimateChildren is enabled (df1a00b1,#8092, #9491)
ensure that class-based animations only consider the most recent DOM operations (c93924ed,#8946, #9458)
abort class-based animations if the element is removed during digest (613d0a32,#8796)
clear the GCS cache even when no animation is detected (cb85cbce,#8813)
$browser:
$compile:
$http: honor application/json response header and parse json primitives (7b6c1d08,#2973)
$injector: throw when factory $get method does not return a value (0d3b69a5,#4575, #9210)
$location: allow 0
in path()
and hash()
(b8c5b871)
ngAnimate: defer DOM operations for changing classes to postDigest (667183a8,#8234, #9263)
orderBy: sort by identity if no predicate is given (607f016a,#5847, #4579, #9403)
select:
下载地址:https://github.com/angular/angular.js/archive/v1.3.0-rc.5.zip