Home > Web Front-end > HTML Tutorial > AngularJS 1.5.0-rc.1 发布,HTML 的 Web 框架_html/css_WEB-ITnose

AngularJS 1.5.0-rc.1 发布,HTML 的 Web 框架_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 08:59:40
Original
1119 people have browsed it

AngularJS 1.5.0-rc.1 发布,此版本更新内容如下:

重大改进:

  • $compileProvider: due to 25bc5318 ,

  • linky:due to 98c2db7f ,

  • loader:due to 6a47c0d7 ,

新特性:

  • $compile:

    • Allow ES6 classes as controllers with bindToController: true ( 8955cfb6 )

    • Allow ES6 classes as controllers with bindToController: true ( b0248b78 )

  • $compileProvider:allow component() helper to copy over custom annotations ( 90975db5 , #13741 )

  • $injector:support instantiating classes. ( 8b6b4282 )

  • component:

    • default controllerAs to be $ctrl ( d91cf167 , #13664 , #13710 )

    • disallow non-isolate scopes ( f31c5a39 , #13710 )

  • ngMock:add support for $animate.closeAndFlush() ( e1def1b8 , #13005 , #13576 , #13707 )

  • ngMock.$componentController:add helper to instantiate controllers for components ( dd14e0c4 , #13683 , #13711 )

此外还有大量的 bug 修复,详细改进请看 发行说明 。

下载: https://github.com/angular/angular.js/archive/v1.5.0-rc.1.zip

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template