发布于 2014-12-15 23:53:09 | 337 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS开发指南,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
AngularJS 1.3.7 发布了,该版本改进内容包括:
$compile: use createMap()
for $$observe
listeners when initialized from attr interpolation (8e28bb4c)
$http:
$parse: a chain of field accessors should use a single getterFn
(c90ad968)
ngRepeat: allow extra whitespaces in (key,value)
part of micro-syntax (ef640cbc,#6827, #6833)
orderBy: do not try to call valueOf
/toString
on null
(a097aa95,#10385, #10386)
$compile: add support for ng-attr
with camelCased attributes (d8e37078,#9845, #10194)
$http: pass response status code to data transform functions (1b740974,#10324, #6734, #10440)
$rootScope: allow passing locals
argument to $evalAsync
(9b96cea4,#10390)
$compile: only re-$interpolate
attribute values at link time if changed since compile (9ae0c01c)
orderBy: due to a097aa95,
Angular JS (Angular.JS) 是一组用来开发Web页面的框架、模板以及数据绑定和丰富UI组件。它支持整个开发进程,提供web应用的架构,无需进行手工DOM操作。 AngularJS很小,只有60K,兼容主流浏览器,与 jQuery 配合良好。
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。