AngularJS 1.3.3 发布,Angular JS (Angular.JS)
是一组用来开发Web页面的框架、模板以及数据绑定和丰富UI组件。它支持整个开发进程,提供web应用的架构,无需进行手工DOM操作。
AngularJS很小,只有60K,兼容主流浏览器,与 jQuery 配合良好。
下载地址:https://github.com/angular/angular.js/archive/v1.3.3.zip
改进记录包括: Bug Fixes$http: don't parse single space responses as JSON
(6f19a6fd,#9907) minErr: stringify non-JSON compatible objects in error messages
(cf43ccdf,#10085) $rootScope: handle cyclic references in scopes when creating error messages
(e80053d9,#10085) ngRepeat: support cyclic object references in error messages
(fa12c3c8,#9838, #10065, #10085) ngMock: call $interval callbacks even when invokeApply is false
(d81ff888,#10032) ngPattern: match behaviour of native HTML pattern attribute
(85eb9660,#9881, #9888) select: ensure the label attribute is updated in Internet Explorer
(6604c236,#9621, #10042)
Features$location: allow to location to be changed during $locationChangeStart
(a9352c19,#9607, #9678) $routeProvider: allow setting caseInsensitiveMatch on the provider
(0db573b7,#6477, #9873)
Performance Improvements |