
ng-fab-form is a convenient forms for Angular with no extra markup.
- Global (or invidivual) configurable validation messages (using
ng-messages
) to any element with a validation directive on it likerequired
,ng-required
,ng-pattern
,ng-minlength
and even new ones added. - Prevents submission of invalid forms
- Completely disableable forms via a
disable-form
attribute - Show field validations after submit attempt
- Prevent double submissions of forms when double clicked via a configurable delay