inorganik / angular-scroll-spy

A simple, lightweight scroll-spy directive for angular that was built from scratch.
http://inorganik.github.io/angular-scroll-spy/
MIT License
17 stars 10 forks source link

Disable coma #2

Closed Cclleemm closed 8 years ago

Cclleemm commented 8 years ago

Hello, is it possible to use it without coma "," ?

I would write "16853" instead of "16,853".

Thank's

inorganik commented 8 years ago

You're thinking of https://github.com/inorganik/countUp.js

Yes you can - in the options object, pass false as the value for useGrouping. If you would like more info please read the README on the countUp repo.

Cclleemm commented 7 years ago

Thank you !