AngularJS 1.3.0 RC3 发布下载

Linux大全评论372 views阅读模式

AngularJS 1.3.0 发布了第三个 RC 版本,改进记录包括:

Bug Fixes

  • ngModel: support milliseconds in time and datetime (4b83f6ca,#8874)

Features

  • $location: add ability to opt-out of  tag requirement in html5Mode (dc3de7fb,#8934)

  • formController: add $setUntouched to propagate untouched state (fd899755,#9050)

  • input: support dynamic element validation (729c238e,#4791, #1404)

  • ngAria: add an ngAria module to make a11y easier (d1434c99,#5486)

Performance Improvements

  • map: use Array.prototype.map (a591e8b8)

Breaking Changes

  • $location: due to dc3de7fb, The $location.html5Mode API has changed to allow enabling html5Mode by  passing an object (as well as still supporting passing a boolean). Symmetrically, the  method now returns an object instead of a boolean value.

    To migrate, follow the code example below:

    Before:

    var mode = $locationProvider.html5Mode();

    After:

    var mode = $locationProvider.html5Mode().enabled;

Fixes #8934

Angular JS (Angular.JS) 是一组用来开发Web页面的框架、模板以及数据绑定和丰富UI组件。它支持整个开发进程,提供web应用的架构,无需进行手工DOM操作。 AngularJS很小,只有60K,兼容主流浏览器,与 jQuery 配合良好。

希望你喜欢,并分享我的工作~带你走近AngularJS系列

  1. 带你走近AngularJS - 基本功能介绍 http://www.linuxidc.com/Linux/2014-05/102140.htm
  2. 带你走近AngularJS - 体验指令实例 http://www.linuxidc.com/Linux/2014-05/102141.htm
  3. 带你走近AngularJS - 创建自定义指令 http://www.linuxidc.com/Linux/2014-05/102142.htm

如何在 AngularJS 中对控制器进行单元测试 http://www.linuxidc.com/Linux/2013-12/94166.htm

在 AngularJS 应用中通过 JSON 文件来设置状态 http://www.linuxidc.com/Linux/2014-07/104083.htm

AngularJS 之 Factory vs Service vs Provider http://www.linuxidc.com/Linux/2014-05/101475.htm

AngularJS —— 使用 ngResource、RESTful APIs 和 Spring MVC 框架提交数据 http://www.linuxidc.com/Linux/2014-07/104402.htm

企鹅博客
  • 本文由 发表于 2020年9月13日 20:53:29
  • 转载请务必保留本文链接:https://www.qieseo.com/287439.html

发表评论