FCSAmerica / angular-fcsa-number

An Angular directive that validates numbers and adds commas as thousand separators.
Apache License 2.0
83 stars 58 forks source link

Can't override default options #23

Open FKSI opened 9 years ago

FKSI commented 9 years ago

Hi,

Despite the correct branch clone, I can't overide the default options for :

thousandsSeparator: '.',
decimalMark: ','

I'd like to put a space instead of '.' for the thousandsSeparator.

Thx for your help.