Angular countTo directive

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


Example directive code
<h1 count-to="{{model.countTo}}" duration="4" count-from="{{model.countFrom}}" filter="number"></h1>