You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-7Lines changed: 18 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,10 @@ the HTML into your app, complete with Angular directives, validation and Twitter
6
6
7
7
For full documentation and help getting started visit [http://angularforms.org](http://www.angularforms.org)
8
8
9
-
Latest stable release: v1.0.9
9
+
Latest stable release: v2.0.0
10
10
11
11
Devel Branch WIP
12
12
================
13
-
* Fixed hide/show fields and form validation. When fields are hidden using the ng-hide direcitve, they will now be removed from the angular form controller. When fields are shown using ng-show, they will be added to the angular form controller. Previously fields were not automatically added and removed from the controller, and this often caused the form to be in an invalid state due to errors on a hidden field. The user could not fix the problem, and the save button would be disabled.
14
-
* Added a clearError() method to clear errors on a single field.
15
-
* Code cleanup: removed afEmpty factory
16
-
* Changing the module name to angularforms from AngularFormsModule. The factory is still called AngularForms.
17
-
* For the modal module, changed the name to angularforms.modal from AngularFormsModalModule.
18
13
* Adding unit tests
19
14
20
15
Requirements
@@ -45,7 +40,11 @@ Add the follwing stylesheets and scripts to your app:
Note the above script and link element examples assume bower was used for installation and that packages were installed in bower_components. If that is not the case, adjust accordingly.
43
+
Notes
44
+
-----
45
+
* the above assume bower installation and with packages installed in bower_components
46
+
* jQueryUI is only required when using the spinner control
47
+
49
48
50
49
Sample Application
51
50
==================
@@ -69,3 +68,15 @@ Contributing
69
68
70
69
At the moment there are no tests. They will be added shortly. In the meantime, install the sample app, as detailed above, and add new features or changes to the sample app and demonstrate that things are working as expected. Lint and minify the javascript using [Grunt](http://gruntjs.com)
71
70
71
+
72
+
Release Notes
73
+
=============
74
+
75
+
2.0.0
76
+
-----
77
+
* Fixed hide/show fields and form validation. When fields are hidden using the ng-hide direcitve, they will now be removed from the angular form controller. When fields are shown using ng-show, they will be added to the angular form controller. Previously fields were not automatically added and removed from the controller, and this often caused the form to be in an invalid state due to errors on a hidden field. The user could not fix the problem, and the save button would be disabled.
78
+
* Added a clearError() method to clear errors on a single field.
79
+
* Code cleanup: removed afEmpty factory
80
+
* Changing the module name to angularforms from AngularFormsModule. The factory is still called AngularForms.
81
+
* For the modal module, changed the name to angularforms.modal from AngularFormsModalModule.
0 commit comments