View on GitHub



Angular-count-to

Angular directive to animate counting to a number


Count to {{countTo}} from {{countFrom}} over 4 seconds






Example directive code

<h1 count-to="{{model.countTo}}" duration="4" count-from="{{model.countFrom}}"></h1>