anandts88 / ember-validator

Perform Ember Object Validation
MIT License
5 stars 6 forks source link

Numeric validator is not working for zero value. #4

Closed raviganesh12 closed 8 years ago

raviganesh12 commented 8 years ago

Numeric validator - "notEqualTo" is not validating if 0 is passed.

anandts88 commented 8 years ago

@raviganesh12 This is resolved in 1.3.0. Please validate and let me know so that we can close the issue.

anandts88 commented 8 years ago

@raviganesh12 Please use version 1.3.0

raviganesh12 commented 8 years ago

@anandts88 Working fine now in 1.3.0. Thanks for a quick turn around.