Releases: exceptionless/ng-filters
Releases · exceptionless/ng-filters
Released 1.3.1
Released 1.3.0
Added support for percentages:
Percentage
Returns a number formatted as a percentage. Numbers between 0 and 1 will be rounded up to 10th decimal place.
{{123 | percentage}}
{{null | percentage}}
{{60.0 | percentage}}
{{0 | percentage}}
{{0.000001 | percentage}}
Result:
123%
0%
60%
0%
0.1%
Released 1.2.0
Fixed a bug where byte filters wasn't parsing string numbers.
Released 1.1.1
Incremented the version to 1.1.1