angular-count-to icon indicating copy to clipboard operation
angular-count-to copied to clipboard

Added basic filter functionality

Open mjvmroz opened this issue 9 years ago • 0 comments

I've added an attribute for filtering, the reason being that the directive did not support formatting numbers. I don't think that floating points should be disabled by default, but I maintained existing behaviour so as to avoid breaking sites using a previous version. If the countFilter attribute is present, basic checks are performed, but it is assumed that the filter is registered and that the parameters are correct.

I have also updated the documentation accordingly, and updated package.json to point at the correct pages.

mjvmroz avatar Oct 27 '15 06:10 mjvmroz