发布于 2016-04-15 00:50:28 | 111 次阅读 | 评论: 0 | 来源: 网友投递
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
angular.js v1.5.4 发布了,
以下是值得关注的内容:
$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