Closed rolandboon closed 9 years ago
This adds support for passing optional humanize.filesize() arguments with the humanizeFilesize filter. e.g. {{picture.bytes | humanizeFilesize : 1000 : 1 : ','}}
humanize.filesize()
{{picture.bytes | humanizeFilesize : 1000 : 1 : ','}}
See: https://github.com/taijinlee/humanize#humanizefilesizefilesize--kilo--1024-decimals--2-decpoint---thousandssep--
This adds support for passing optional
humanize.filesize()
arguments with the humanizeFilesize filter. e.g.{{picture.bytes | humanizeFilesize : 1000 : 1 : ','}}
See: https://github.com/taijinlee/humanize#humanizefilesizefilesize--kilo--1024-decimals--2-decpoint---thousandssep--