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

Angular directive to animate counting to a number

Results 20 angular-count-to issues
Sort by recently updated
recently updated
newest added

ERROR in node_modules/angular-count-to/src/modules/count-to.module.d.ts:6:23 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s). 6 static forRoot(): ModuleWithProviders; ~~~~~~~~~~~~~~~~~~~ node_modules/angular-count-to/src/modules/count-to.module.d.ts:10:24 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s). 10...

I am using angular4 application, do you have a support for angular 4 with cli.

count-to converts any input to integers, not always desirable.

We're looking to use this in a project — thanks for building it! — but I'm not finding anything on npmjs.com for it. We could create our own NPM but...

Your Read-me files shows 'count-to' as dependency But the actual dependency is "countTo" and not "count-to"

The current version does not add commas so I added a regex to display commas. ``` var countTo = angular.module('countTo', []) .directive('countTo', ['$timeout', function ($timeout) { return { replace: false,...

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

The "main" entry is missing from package.json and bower.json. Thus, any injector won't be able to find the script to inject into index.html.