angular-odometer lets you use [Hubspot Odometer](http://github.hubspot.com/odometer/) as angular directive
npm install angular-odometerangular-odometer lets you use Hubspot Odometer
as angular directive
Install depedencies using bower:
```
bower install angular-odometer
Add js libraries to your application:
`html`
...
...
Add css stylesheets to your application:
`html`
Add ngOdometer module to you application
`javascript`
...
angular
.module('myAwesomeApp', [
...
'ngOdometer',
...
])
...
All you need is to place a ngOdometer with its attribute in your view like the following piece of code:
`javascript`
...
...value: the odometer value, can be dynamically set through controller scope variable, e.g. : value="{{myScopeVariable}}"`. The value can also be refresh, the transition from one value to the other will be automatically done.
Chrome: 35
Safari: 7