number (filter)
Improve this Doc View Source number
- filter in module ng
Formats a number as text.
If the input is null or undefined, it will just be returned. If the input is infinite (Infinity/-Infinity) the Infinity symbol '∞' is returned. If the input is not a number an empty string is returned.