发布于 2014-10-31 23:30:22 | 442 次阅读 | 评论: 0 | 来源: 网友投递
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
AngularJS 1.3.1 发布,下载地址:v1.3.1.zip
新版本改进记录包括:
$compile: returning null when an optional controller is not found (2cd5b4ec,#9404, #9392)
$observe: check if the attribute is undefined (531a8de7,#9707, #9720)
$parse: support dirty-checking objects with null prototype (28661d1a,#9568)
$sce: use msie instead of $document[0].documentMode (45252c3a,#9661)
$templateRequest: ignore JSON Content-Type header and content (1bd473eb,#5756, #9619)
i18n: rename datetimeSymbols to be camelCase (94f5a285)
ngMock: $httpBackend should match data containing Date objects correctly (1025f6eb,#5127)
ngSanitize: attribute name: xmlns:href -> xlink:href (4cccf0f2,#9769)
select: assign result of track exp to element value (4b4098bf,#9718, #9592)
testability: escape regex chars in findBindings
if using exactMatch
(02aa4f4b,#9595, #9600)
$compile: allow $watchCollection to be used in bi-directional bindings (40bbc981,#9725)
ngSanitize: accept SVG elements and attributes (a54b25d7,#9578, #9751)