sparkalow / angular-count-to

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

"count-to" needs to be changed to "countTo" #3

Open onearmfrog opened 11 years ago

onearmfrog commented 11 years ago

I believe the instructions for implementing the directives need to be changed - "count-to" doesn't work, the right namespace is "countTo".

wholypantalones commented 10 years ago

The documentation needs to be updated, I can't even get this to work.

sparkalow commented 10 years ago

The directive used on the demo is "count-to" and works fine.

@wholypantalones this has not been tested with angular after version 1.0.7. I'll note this in the readme while updating for compatibility.

seriema commented 10 years ago

Your source code says count-to:

// angular-count-to / src / count-to.js
var countTo = angular.module('countTo', [])
jkelleher commented 9 years ago

Agree with @seriema - dependency should be 'countTo' and not 'count-to' as directed in docs.

aendra-rininsland commented 9 years ago

:+1: Yeah, just scratched my head for about 10 minutes figuring that out.

seriema commented 9 years ago

There seems to be a PR #11 to update the docs at least. I think the code should change, but at least the readme would be a safe (non-breaking) update.

dannyblv commented 9 years ago

:+1: yep, the documentation needs to be updated ..

birkmann commented 8 years ago

countTo ;)

peteroid commented 8 years ago

+1