This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$watch should consider two NaNs to be equal #657
Closed
Description
recently in feedback we got into a situation where an infinite digest was caused by a watch that returned an object with NaN values. we should be smart enough to consider two NaNs to be equal.
Test case: http://jsfiddle.net/IgorMinar/CHVbb/184/