Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Releases: tiberiuzuld/angular-auto-save-form

1.5.1 (2017-06-07)

07 Jun 07:50
Compare
Choose a tag to compare

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)

14 Apr 19:39
Compare
Choose a tag to compare

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

22 Mar 21:56
Compare
Choose a tag to compare
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.

05 Feb 10:55
Compare
Choose a tag to compare

Keep the fields dirty if the callback returns a promise and if the promise fails.

update dependency

08 Dec 23:24
Compare
Choose a tag to compare

update dependency
publish to npm
add support for CommonJS.

Add support for nested forms

24 Oct 15:14
Compare
Choose a tag to compare

Add support for nested forms
update dependencies

Changed api for callback save function

17 Sep 06:37
Compare
Choose a tag to compare

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

01 Sep 08:15
Compare
Choose a tag to compare

update dependencies
make callback $eval each time the save button is pressed

Release v1.0.2

17 Feb 11:35
Compare
Choose a tag to compare

update dependencies

Release v1.0.1

17 Feb 09:03
Compare
Choose a tag to compare

update dependencies