AngularJS 1.3.4 发布,该版本改进记录包括:
Bug Fixes$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)
FeaturesPerformance ImprovementsBreaking Changes
Angular JS (Angular.JS) 是一组用来开发Web页面的框架、模板以及数据绑定和丰富UI组件。它支持整个开发进程,提供web应用的架构,无需进行手工DOM操作。 AngularJS很小,只有60K,兼容主流浏览器,与 jQuery 配合良好。

|