jpkleemans / angular-validate

Painless form validation for AngularJS. Powered by the jQuery Validation Plugin.
MIT License
68 stars 33 forks source link

$validatorProvider.format is not a function #9

Closed jaybayley closed 8 years ago

jaybayley commented 8 years ago

Hi there,

I'm using your plugin via Bower, and getting the above error when trying to setDefaultMessages. Looking at the src and dist files in your repo vs what Bower installs, I can see that the format method is indeed missing in the bower version.

How can I resolve this?

Cheers,

Jay

jpkleemans commented 8 years ago

Hi,

I'm sorry, I forgot to release that feature (#8). I just released version 1.1.0, which should fix your error.

Thanks!

JP