angular-odometer
angular-odometer copied to clipboard
Duration options doesn't have any effect
The duration option doesn't seem to work - am i misunderstanding its use?
<i odometer="updates.length" odometer-options="{theme: 'default', duration: 300}"></i>
I am also facing the same problem. Do we need modify in default config also?
Thanks for reporting. When debugging the option is clearly passed to the constructor options in new Odometer()
. http://github.hubspot.com/odometer/
Are you able to get it to work separately? ie. without Angular and the plugin?