摘要: Angular.js 1.3.19 发布,更新内容如下:Bug 修复$http: propagate status -1 for timed out requests(f13055a0,#4491, #8756)$location: don't crash if navigating outside the app base(623ce1ad,#11667)$parse: ...
Angular.js 1.3.19 发布,更新内容如下:
Bug 修复
$http: propagate status -1 for timed out requests(f13055a0,#4491, #8756)
$location: don't crash if navigating outside the app base(623ce1ad,#11667)
$parse: throw error when accessing a restricted property indirectly(ec98c94c,#12833)
ngModel: validate pattern against the viewValue(274e9353,#12344)
特性
ngAnimate: introduce $animate.flush for unit testing(f98e0384)