内容简介:Angular.js 1.7.3 已发布。主要更新内容如下: Bug 修复 $location: fix infinite recursion/digest on URLs with special characters (e68697, #16592, #16611) avoid unnecessary $locationChange* events due ...
Angular.js 1.7.3 已发布。主要更新内容如下:
Bug 修复
$location:
fix infinite recursion/digest on URLs with special characters (e68697, #16592, #16611)
avoid unnecessary
$locationChange*
events due to empty hash (1144b1, #16632, #16636)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:
use correct parent element when requiring on html element (05ac70, #16535, #16647)
work around Firefox
DocumentFragment
bug (10973c, #16607, #16615)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)
新特性
$compile: add support for arbitrary DOM property and event bindings (a5914c, #16428, #16235, #16614)
ngMock: add
$flushPendingTasks()
and$verifyNoPendingTasks()
(6f7674, #14336)core: implement more granular pending task tracking (17b139)
$animate: add option data to event callbacks (fc64e6, #12697, #13059)
form.FormController: add $getControls() (c9d1e6, #16601, #14749, #14517, #13202)
ngModelOptions: add
timeStripZeroSeconds
andtimeSecondsFormat
(b68221, #10721, #16510, #16584)
性能改进
ngAnimate: avoid repeated calls to addClass/removeClass when animation has no duration (093635, #14165,#14166, #16613)
源码下载:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
算法笔记上机训练实战指南
胡凡、曾磊 / 机械工业出版社 / 2016-7 / 57
《算法笔记上机训练实战指南》是《算法笔记》的配套习题集,内容按照《算法笔记》的章节顺序进行编排,其中整理归类了PAT甲级、乙级共150多道题的详细题解,大部分题解均编有题意、样例解释、思路、注意点、参考代码,且代码中包含了详细的注释。读者可以通过本书对《算法笔记》的知识点进行更深入的学习和理解。书中印有大量二维码,用以实时更新或补充书籍的内容及发布本书的勘误。 《算法笔记上机训练实战指南》可......一起来看看 《算法笔记上机训练实战指南》 这本书的介绍吧!