发布于 2015-06-06 01:22:11 | 210 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS开发指南,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
angular.js 1.3.16 发布,更新内容如下:
$compile: throw error on invalid directive name (634e4671,#11281, #11109)
$cookies: update $cookies to prevent duplicate cookie writes and play nice with external code (706a93ab,#11490, #11515)
$http: throw error if success
and error
methods do not receive a function (731e1f65,#11330, #11333)
core: ensure that multiple requests to requestAnimationFrame are buffered (0adc0364,#11791)
filterFilter: fix matching against null
/undefined
(9dd0fe35,#11573, #11617)
jqLite:
ngAnimate:
ngAria: handle elements with role="checkbox/menuitemcheckbox" (1c282af5,#11317, #11321)
ngModel: allow setting model to NaN when asyncValidator is present (b64519fe,#11315, #11411)
ngTouch:
select: prevent unknown option being added to select when bound to null property (9e3f82bb,#11872, #11875)
该版本下载请点这里。
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。