发布于 2014-11-25 00:23:53 | 244 次阅读 | 评论: 0 | 来源: 网友投递
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
AngularJS 1.3.4 发布,该版本改进记录包括:
$browser: allow chaining url() calls in setter mode (764fa869,#10157)
$http: return empty headers, ignore properties in Object prototype (637c020f,#7779, #10113, #10091)
$locale: Allow currency filter to fall back to maxFrac from locale (6dbd606a,#10179)
$location: allow empty string URLs to reset path, search, and hash (7812dfce,#10063, #10064)
$route: fix redirection with optional/eager params (891acf4c,#9819, #9827)
Angular: properly get node name for svg element wrapper (09a98323,#10078, #10172)
NgModelController: typo $rawModelValue -> $$rawModelValue (4f4ff5f3)
input:
inputdate: do not use $isEmpty
to check the model validity (40406e2f)
linky: encode double quotes when serializing email addresses (8ee8ffeb,#8945, #8964, #5946, #10090, #9256)
ngMaxlength: ignore maxlength when not set to a non-negative integer (92f87b11,#9874)
ngModel: don't run parsers when executing $validate (e3764e30)
ngModelOptions: preserve context of getter/setters (bb4d3b73,#9394, #9865)
ngMaxlength: add support for disabling max length limit (5c1fdff6,#9995)
ngModelController: add $setDirty method (e8941c0f,#10038, #10049)
ngPluralize: add support for count
to be a one-time expression (2b41a586,#10004)
ngModelOptions: due to bb4d3b73, previously, ngModel invoked getter/setters in the global context.
Angular JS (Angular.JS) 是一组用来开发Web页面的框架、模板以及数据绑定和丰富UI组件。它支持整个开发进程,提供web应用的架构,无需进行手工DOM操作。 AngularJS很小,只有60K,兼容主流浏览器,与 jQuery 配合良好。
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。