AngularJS很小,只有60K,相容主流瀏覽器,與 jQuery 配合良好。
新版本改進記錄包括:
Bug Fixes
- $compile: do not rebind parent bound transclude functions (841c0907,#9413)
- $parse:
- stateful interceptors override an undefined expression (ed99821e,#9821, #9825)
- add quick check for Function constructor in fast path (e676d642)
- $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)
- ngAria: announce ngMessages with aria-live (187e4318,#9834)
- ngMock: decorator that adds Scope#$countChildScopes and Scope#$countWatchers (74981c9f,#9926, #9871)
下載地址:https://github.com/angular/angular.js/archive/v1.3.2.zip
相關連結
來自:開源中國社群
評論(1)