aurelia / validatejs

Enables expressive validation using decorators and/or a fluent API.
MIT License
22 stars 23 forks source link

fix(numericality): missing configuration argument #43

Closed searus closed 8 years ago

searus commented 8 years ago

the numericality validation is not working for the fluent api as the configuration is not passed through the call stack.

plwalters commented 8 years ago

@EisenbergEffect CLA confirmation request (I think I remember searus contributing elsewhere but couldn't find anything yet to confirm)

plwalters commented 8 years ago

@searus If you don't mind could you add the config for https://github.com/aurelia/validatejs/blob/master/src/validator.js#L35-L58 and https://github.com/aurelia/validatejs/blob/master/src/validator.js#L75-L78 also? If not no biggie I can add they just all need the same thing.

EisenbergEffect commented 8 years ago

CLA Confirmed.

searus commented 8 years ago

Travelling at the moment but will do it later today

searus commented 8 years ago

Added them in now