Beta Release
Welcome to AngularForms beta release!
Not everything is perferct, but it's pretty good. The sample site included in the project has lots of examples, and the documentation is coming along- see angularforms.org.
- JQueryUI is now in the mix with a new input type of 'spinner' that creates a JQueryUI number spinner.
- Custom errors can now be reported to the user upon form submission.
- An input field can now have a default value using defaultValue key.
- Added a resetForm() method to put the form back to its default state. Excepts an optional object of key:value pairs to override default values. Use when editing existing data.
- Added a clearErrors() method to clear custom error messages.
- Expanded sample app (included in source repo) to demonstrate custom errors, clearErrors(), resetForm() and spinner type.