-
Notifications
You must be signed in to change notification settings - Fork 95
"count-to" needs to be changed to "countTo" #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The documentation needs to be updated, I can't even get this to work. |
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. |
Your source code says
|
Agree with @seriema - dependency should be 'countTo' and not 'count-to' as directed in docs. |
👍 Yeah, just scratched my head for about 10 minutes figuring that out. |
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. |
👍 yep, the documentation needs to be updated .. |
countTo ;) |
+1 |
I believe the instructions for implementing the directives need to be changed -
"count-to" doesn't work, the right namespace is "countTo".
The text was updated successfully, but these errors were encountered: