angular-form-for icon indicating copy to clipboard operation
angular-form-for copied to clipboard

Set of Angular directives to simplify creating and validating HTML forms.

Results 7 angular-form-for issues
Sort by recently updated
recently updated
newest added

Hi! This is a great library which I realize is not being actively maintained right now, but I opened this issue in case anyone else has figured out how to...

The latest version of `angular-material` (1.0.4 at the time of writing) is currently not supported in `angular-form-for`. Namely, forms cannot be submitted using the latest version.

bug

I am trying to generate a form based on a schema that I retrieve asynchronously (promise-based). However, `angular-form-for` does not seem to detect the change, and instead renders a blank...

enhancement
help wanted

See #175. **Note:** What do you think about having all validation rules as function (so to have a dynamic rule value)? Could it be useful?

this will not only show the placeholder once (initially), but also after deselecting an option for SelectFields with allowBlank=true

enhancement

It would be great if we could format the displayed field in a select field. Basic angular ng-options allows you to do this -- ng-options="type.id as (type.id + ' '...

enhancement
help wanted

Hi Brian, Can I use Form-for module just for validating the my own HTML form without any of the Form-for control fields ? I really like the tool tip error...

enhancement
help wanted
question