This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
Releases: tiberiuzuld/angular-auto-save-form
Releases · tiberiuzuld/angular-auto-save-form
1.5.1 (2017-06-07)
Bug fixes
- fix a possible bug if the user types in during a save call the last modification will not be saved. Can happen only if auto save is on.
1.5.0 (2017-04-14)
Bug fixes
- fix possible issue if form controls where named with
$
sign at the start - the library now uses angular >=1.6.x version for formModel.$$controls to iterate over all registered controls
Breaking change
>=angular@1.6.x
is required for the library to work
Add option to submit form with outside button
v1.4.0 add option to trigger form submission from js useful when the submit …
Keep the fields dirty if the callback returns a promise and if the promise fails.
Keep the fields dirty if the callback returns a promise and if the promise fails.
update dependency
update dependency
publish to npm
add support for CommonJS.
Add support for nested forms
Add support for nested forms
update dependencies
Changed api for callback save function
BREAKING CHANGE
Improved the api for the callback function to be similar how the angular directives work
Before auto-save-form="callback"
After auto-save-form="callback(controls)"
make callback $eval each time the save button is pressed
update dependencies
make callback $eval each time the save button is pressed
Release v1.0.2
update dependencies
Release v1.0.1
update dependencies