发布于 2014-11-08 23:59:33 | 256 次阅读 | 评论: 0 | 来源: 网友投递
AngularJS 前端JS框架
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
AngularJS 1.3.2 发布,Angular JS (Angular.JS) 是一组用来开发Web页面的框架、模板以及数据绑定和丰富UI组件。它支持整个开发进程,提供web应用的架构,无需进行手工DOM操作。 AngularJS很小,只有60K,兼容主流浏览器,与 jQuery 配合良好。
AngularJS诞生于Google是一款优秀的前端JS框架,已经被用于Google的多款产品当中。AngularJS有着诸多特性,最为核心的是:MVC、模块化、自动化双向数据绑定、语义化标签、依赖注入,等等。
新版本改进记录包括:
$compile: do not rebind parent bound transclude functions (841c0907,#9413)
$parse:
$parse, events: prevent accidental misuse of properties on $event (e057a9aa)
ngRoute: allow proto inherited properties in route params object (b4770582,#8181, #9731)
select: use strict comparison for isSelected with selectAs (9e305948,#9639, #9949)
ngMock: decorator that adds Scope#$countChildScopes and Scope#$countWatchers (74981c9f,#9926, #9871)
下载地址:https://github.com/angular/angular.js/archive/v1.3.2.zip