angular-form-errors-directive icon indicating copy to clipboard operation
angular-form-errors-directive copied to clipboard

A directive for AngularJS that displays a nice list of errors for a form.

Results 3 angular-form-errors-directive issues
Sort by recently updated
recently updated
newest added

Hi, I need to bind nice name to angular expression instead of using static name like the following, nice-name="{{ctrl.getTitle(emp)}}" the nice name changed in the html code, but the initial...

There is a bug caused by a weak check using recursion to list all child forms errors in the same form-errors panel. We have encountered this because of angular-xeditable but...

What about a "template" option in FormErrorsOptionsProvider to change default html template without using every time the directive "errors-tmpl"? I think I can make a pr if it helps. McGio