angular-validation-messages
angular-validation-messages copied to clipboard
Add validation messages to your forms in a breeze
Results
1
angular-validation-messages issues
Sort by
recently updated
recently updated
newest added
For now, global options can be changed in `run` block, ie: ``` js App.run(function (ValidationMessagesHelper) { ValidationMessagesHelper.setOptions({ ... }); }); ``` I believe it should be in `config` block, ie:...