I've added a property called fraction-size to allow us to select how many decimals we want to show. I called it fraction-size because it's called like that in angular's number filter.
This change also provides localization for the number because it's shown through the "number" filter, that uses angular's selected locale.
I've added a property called fraction-size to allow us to select how many decimals we want to show. I called it fraction-size because it's called like that in angular's number filter. This change also provides localization for the number because it's shown through the "number" filter, that uses angular's selected locale.