{"_id":"angular-countup","_rev":"3-168f02963013d8e5a031bba14b61786d","name":"angular-countup","description":"Lightweight plugin for AngularJS without any dependencies","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"angular-countup","version":"0.0.1","description":"Lightweight plugin for AngularJS without any dependencies","main":"angular-countup.js","scripts":{"build":"gulp build"},"repository":{"type":"git","url":"https://github.com/dmitriy-borisov/angular-countup/"},"keywords":["angular","numbers","countup","counter"],"author":{"name":"Dmitriy Borisov"},"license":"MIT","devDependencies":{"gulp":"^3.9.1","gulp-rename":"^1.2.2","gulp-uglify":"^2.0.0"},"gitHead":"efb2b9709cc7844c7b8ac5a0dae6e21f0cad683c","_id":"angular-countup@0.0.1","_shasum":"7074db72d4d605bc9d1c34762d81d26af005566e","_from":".","_npmVersion":"3.10.8","_nodeVersion":"6.9.1","_npmUser":{"name":"dmitriy-borisov","email":"borisov@webart.name"},"dist":{"shasum":"7074db72d4d605bc9d1c34762d81d26af005566e","tarball":"https://registry.npmjs.org/angular-countup/-/angular-countup-0.0.1.tgz","integrity":"sha512-3GsC8U3vf/E3ZhZP5YWqEIL3yghLqZYE0yVT5Ht5VH1CDZGYykvZanTWwIs+CXlHcOumdZNqT//h8JBHnO4GUg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDuJdIMr4VEBOrUTH5IXXOYkG/yMs52rDNtwLcBPxJAXQIhAJTYLBFHTo8wRB3BN73YsEbSqBgHPmhKdo9Aih7saQ5F"}]},"maintainers":[{"name":"dmitriy-borisov","email":"borisov@webart.name"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/angular-countup-0.0.1.tgz_1478531970627_0.7646710923872888"}}},"readme":"# angular-countUp #\n\nLightweight plugin for AngularJS without any dependencies for smooth changing the scope numbers\n\n\n## Installation ##\n\nInclude the file to your page after `angular`, like so:\n\n```html\n<head>\n    <script src=\"//ajax.googleapis.com/ajax/libs/angularjs/1.5.7/angular.min.js\"></script>\n    <script src=\"path_to_folder/angular-countup.min.js\"></script>\n</head>\n```\n\nAdd the module name to your main app file, for example:\n\n```javascript\nangular.module('myApp', [\n    ...\n    'countUp'\n])\n```\n\n## Usage ##\n\n```html\n<count-up ng-model=\"myvalue\"></count-up>\n\n```\n\n`myvalue` is a `$scope.myvalue` in your controller\n\nAdditional attributes:\n\n- `time` - total time of increase from old value to new value. Default 1000 (1 second);\n- `steps` - frame count. Default 10;\n- `decimals` - count of numbers after dot. Default 0;\n- `before` - text before the value. Default: none;\n- `after` - text after the value. Default: none;","maintainers":[{"name":"dmitriy-borisov","email":"borisov@webart.name"}],"time":{"modified":"2022-06-13T02:51:54.032Z","created":"2016-11-07T15:19:31.201Z","0.0.1":"2016-11-07T15:19:31.201Z"},"keywords":["angular","numbers","countup","counter"],"repository":{"type":"git","url":"https://github.com/dmitriy-borisov/angular-countup/"},"author":{"name":"Dmitriy Borisov"},"license":"MIT","readmeFilename":"README.md"}