发布于 2015-11-20 22:47:43 | 188 次阅读 | 评论: 0 | 来源: 网友投递
这里有新鲜出炉的AngularJS Tutorial中文版,程序狗速度看过来!
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
AngularJS 1.4.8 发布,此版本代号为:ice-manipulation,主要改进:
$animate: ensure leave animation calls close
callback (6bd6dbff,#12278, #12096, #13054)
$cacheFactory: check key exists before decreasing cache size count (2a5a52a7,#12321, #12329)
$compile:
$http: apply transformResponse
even when data
is empty (c6909464,#12976, #12979)
$location: ensure $locationChangeSuccess
fires even if URL ends with #
(6f8ddb6d,#12175, #13251)
$parse: evaluate once simple expressions only once (e4036824,#12983, #13002)
$resource: allow XHR request to be cancelled via a timeout promise (7170f9d9,#12657, #12675, #10890, #9332)
$rootScope: prevent IE9 memory leak when destroying scopes (87b0055c,#10706, #11786)
Angular.js: fix isArrayLike
for unusual cases (70edec94,#10186, #8000, #4855, #4751, #10272)
isArrayLike: handle jQuery objects of length 0 (d3da55c4)
jqLite:
limitTo: start at 0 if begin
is negative and exceeds input length (4fc40bc9,#12775, #12781)
merge:
ngAria: don't add tabindex to radio and checkbox inputs (59f1f4e1,#12492, #13095)
ngInput: change URL_REGEXP to better match RFC3987 (cb51116d,#11341, #11381)
ngOptions:
$compile: use static jquery data method to avoid creating new instances (55ad192e)
copy:
merge: remove unnecessary wrapping of jqLite element (ce6a96b0,#13236)
下载:https://github.com/angular/angular.js/archive/v1.4.8.zip。
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。