皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Angular.js 1.7.3 发布,Web 前端框架

Angular.js 1.7.3 已发布。主要更新内容如下:

Bug 修复

  • $location:
  • ngMock.$httpBackend:
    • pass failed HTTP expectations to $exceptionHandler (4adbf8#16644)
    • correctly ignore query params in {expect,when}Route (be417f#14173#16589)
  • Angular: add workaround for Safari / Webdriver problem (0a1db2#16645)
  • $animate: avoid memory leak with $animate.enabled(element, enabled) (4bd424#16649)
  • $compile:
  • ngEventDirs:
    • pass error in handler to $exceptionHandler when event was triggered in a digest (688211)
    • don’t wrap the event handler in $apply if already in $digest (535ee3#14673#14674)
  • angular.element: do not break on cleanData() if _data() returns undefined (7cf4a2#16641#16642)
  • ngAria: do not scroll when pressing spacebar on custom buttons (3a517c#14665#16604)

新特性

性能改进

  • ngAnimate: avoid repeated calls to addClass/removeClass when animation has no duration (093635#14165,#14166#16613)

源码下载:

转自 https://www.oschina.net/news/98871/angularjs-1-7-3-released