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
Note that Angular-forms.js is being developed with the latest stable versions of any required packages. It is quite possible that earlier version will work just fine.
25
25
26
26
Installation
27
-
============
27
+
------------
28
28
29
29
The recommended way to add the required items and angular-forms.js to your project is to use [bower](http://www.bower.io).
30
30
@@ -40,14 +40,13 @@ Add the follwing stylesheets and scripts to your app:
* the above assume bower installation and with packages installed in bower_components
46
45
* jQueryUI is only required when using the spinner control
47
46
48
47
49
48
Sample Application
50
-
==================
49
+
------------------
51
50
52
51
A sample application is included to provide a getting started example as well as aid in development. To use the sampe app, clone the angular-forms.js repo, install dependencies, and run the included web server. The following assumes the repo will be clones into ~/projects:
53
52
@@ -64,16 +63,15 @@ Start the web server:
64
63
Point your browser to: http://localhost:8000/app/index.html
65
64
66
65
Contributing
67
-
============
66
+
------------
68
67
69
68
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)
70
69
71
70
72
71
Release Notes
73
-
=============
72
+
-------------
74
73
75
-
2.0.0
76
-
-----
74
+
####2.0.0
77
75
* 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
76
* Added a clearError() method to clear errors on a single field.
0 commit comments