AngularJS 1.3.2 发布,Angular JS (Angular.JS) 是一组用来开发Web页面的框架、模板以及数据绑定和丰富UI组件。它支持整个开发进程,提供web应用的架构,无需进行手工DOM操作。 AngularJS很小,只有60K,兼容主流浏览器,与 jQuery 配合良好。
新版本改进记录包括:
Bug Fixes
$compile: do not rebind parent bound transclude functions (841c0907,#9413)
$parse:
stateful interceptors override an undefined expression (ed99821e,#9821, #9825)
add quick check for Function constructor in fast path (e676d642)
$parse, events: prevent accidental misuse of properties on $event (e057a9aa)
ngRoute: allow proto inherited properties in route params object (b4770582,#8181, #9731)
select: use strict comparison for isSelected with selectAs (9e305948,#9639, #9949)
Features
ngAria: announce ngMessages with aria-live (187e4318,#9834)
ngMock: decorator that adds Scope#$countChildScopes and Scope#$countWatchers (74981c9f,#9926, #9871)
下载地址:https://github.com/angular/angular.js/archive/v1.3.2.zip
来自:开源中国社区

