diff options
| author | Sergei Z | 2014-02-14 13:54:41 +0200 | 
|---|---|---|
| committer | Caitlin Potter | 2014-02-15 13:48:52 -0500 | 
| commit | cceb455fb167571e26341ded6b595dafd4d92bc6 (patch) | |
| tree | 748e7633638419d2139b59e797b839ce9a50c546 /src/loader.js | |
| parent | 3018ff7130a42a87c1a2d84ee532edede6bf1d1d (diff) | |
| download | angular.js-cceb455fb167571e26341ded6b595dafd4d92bc6.tar.bz2 | |
fix(numberFilter): convert all non-finite/non-numbers/non-numeric strings to the empty string
The previous code for filtering out non-finite numbers was broken, as it would convert `null` to `0`,
as well as arrays.
This change fixes this by converting null/undefined/NaN/Infinity/any object to the empty string.
Closes #6188
Closes #6261
Diffstat (limited to 'src/loader.js')
0 files changed, 0 insertions, 0 deletions
