We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42c226 commit 8d5ee7dCopy full SHA for 8d5ee7d
src/ng/filter/filters.js
@@ -80,9 +80,10 @@ function currencyFilter($locale) {
80
* @description
81
* Formats a number as text.
82
*
83
+ * If the input is null or undefined, it will just be returned.
84
+ * If the input is infinite (Infinity/-Infinity) the Infinity symbol '∞' is returned.
85
* If the input is not a number an empty string is returned.
86
- * If the input is an infinite (Infinity/-Infinity) the Infinity symbol '∞' is returned.
87
88
* @param {number|string} number Number to format.
89
* @param {(number|string)=} fractionSize Number of decimal places to round the number to.
0 commit comments