angular-count-to icon indicating copy to clipboard operation
angular-count-to copied to clipboard

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

Open onearmfrog opened this issue 12 years ago • 9 comments

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

onearmfrog avatar Oct 15 '13 07:10 onearmfrog

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

wholypantalones avatar Jun 19 '14 17:06 wholypantalones

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.

sparkalow avatar Jun 19 '14 18:06 sparkalow

Your source code says count-to:

// angular-count-to / src / count-to.js
var countTo = angular.module('countTo', [])

seriema avatar Jun 21 '14 14:06 seriema

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

jkelleher avatar Feb 22 '15 20:02 jkelleher

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

aendra-rininsland avatar Jul 30 '15 13:07 aendra-rininsland

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.

seriema avatar Jul 30 '15 14:07 seriema

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

dannyblv avatar Aug 21 '15 15:08 dannyblv

countTo ;)

birkmann avatar Feb 05 '16 11:02 birkmann

+1

peteroid avatar Jul 29 '16 07:07 peteroid