Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec095a commit 5a1e148Copy full SHA for 5a1e148
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