https://github.com/ilanfrumer/angular-forms-enhanced
https://github.com/ilanfrumer/angular-forms-enhanced
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ilanfrumer/angular-forms-enhanced
- Owner: IlanFrumer
- Created: 2014-02-06T10:22:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-09T08:13:20.000Z (over 12 years ago)
- Last Synced: 2025-01-31T18:09:53.269Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://ilanfrumer.com/angular-forms-enhanced/
- Size: 211 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Angular forms enhanced !
========================
Documentation - work in progress.
Currently, the core $prisitine state only indicates that the user has not interacted with the control yet.
#### We need a way of:
* Save the original values.
* Revert to the original values, and change back to pristine state.
* Inform parent forms when child control get back to pristine state.
This module changes the way of how $pristine works.