angular.js v1.5.4 发布了,Angular JS (Angular.JS) 是一组用来开发Web页面的框架、模板以及数据绑定和丰富UI组件。它支持整个开发进程,提供web应用的架构,无需进行手工DOM操作。
以下是值得关注的内容:
-
$compile:
-
$componentController: provide isolated scope if none is passed (#14425) (33f817b9,#14425)
-
$http:
-
$parse: add the ability to define the identifier characters (3e7fa191)
-
ngAnimate: let $animate.off() remove all listeners for an element (bf6cb8ab)
-
ngAria: add support for aria-readonly based on ngReadonly (ec0baadc,#14140, #14077)
-
ngParseExt: new ngParseExt module (d08f5c69)
更多信息,可以在这里查看。
下载地址:https://github.com/angular/angular.js/releases/tag/v1.5.4
时间:2016-04-15 09:04
来源:开源中国社区
作者:oschina
原文链接