Ng Filters Versions Save

Awesome generic angular filters

1.3.1

7 years ago

Added the ability to set a max percentage

1.3.0

8 years ago

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%

1.2.0

9 years ago

1.1.1

9 years ago