We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1edb13f commit 3671adbCopy full SHA for 3671adb
src/ng/filter/filters.js
@@ -85,7 +85,7 @@ function currencyFilter($locale) {
85
* Formats a number as text.
86
*
87
* If the input is null or undefined, it will just be returned.
88
- * If the input is infinite (Infinity/-Infinity) the Infinity symbol '∞' is returned.
+ * If the input is infinite (Infinity or -Infinity), the Infinity symbol '∞' or '-∞' is returned, respectively.
89
* If the input is not a number an empty string is returned.
90
91
0 commit comments