sparkalow / angular-count-to

Angular directive to animate counting to a number
MIT License
150 stars 95 forks source link

This need to be change #29

Closed aloketewary closed 6 years ago

aloketewary commented 7 years ago

From this code :

Inject the count-to directive in your app.
var myApp = angular.module('myApp', ['count-to']);

to this code:

Inject the countTo directive in your app.
var myApp = angular.module('myApp', ['countTo']);