AngularJS 1.2.0 正式版发布了,该版本修复了 RC3 中的一些 bug,与前一个稳定版比较,1.2.0 版本主要值得关注的改进包括:
Animations and Transitions
Better error messages (including error minification)
Strict Contextual Escaping
Track By function to prevent duplicates in ng-repeat
Controller As syntax to access controller instances in templates
Promise A+ Compliance
Separation of ngRoute into its own module
完整的改进记录请看 changelog。
升级的用户请查看 guides.
项目主页:https://github.com/angular/angular.js/blob/master/CHANGELOG.md
下载地址:https://github.com/angular/angular.js
来自:开源中国社区

