AngularJS 1.3.5 发布,该版本主要是 bug 修复,包括:
$templateRequest: propagate rejection reason when ignoreRequestError flag is set (f6458826,#10266)
$httpBackend: allow canceling request with falsy timeoutId (719d5c5f,#10177)
linky: encode all double quotes when serializing email addresses (2ec8d1ff,#10090)
ngMock:
annotate $RootScopeDecorator (9a83f9d2,#10273, #10275, #10277)
respond did not always take a statusText argument (08cd5c19,#8270)
select:
use strict compare when removing option from ctrl (9fa73cb4,#9714, #10115, #10203)
fix several issues when moving options between groups (30694c80,#10166)
Angular JS (Angular.JS) 是一组用来开发Web页面的框架、模板以及数据绑定和丰富UI组件。它支持整个开发进程,提供web应用的架构,无需进行手工DOM操作。 AngularJS很小,只有60K,兼容主流浏览器,与 jQuery 配合良好。
软件详情:https://github.com/angular/angular.js/
下载地址:https://github.com/angular/angular.js/archive/v1.3.5.zip
来自:开源中国社区

