This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Add ability to reset a form to its pristine state #856
Closed
Description
Sometimes there is a need to reset a form to its pristine state, most notably in the 2 following cases:
- When a user whants to abandon / reset all the changes done
- When a user finished editing an item, clicked Save/OK and we want to reuse a form to edit another item.
The bottom line is that there is a need for putting form back into its pristine state.
As advised by Igor Minar creating a new issue, here is a link to the mailing list thread:
http://groups.google.com/group/angular/browse_thread/thread/d69995be8ceea0e2/bb883ad63383baac
Thnx! And huuuuuge thnx for creating angular!