Skip to content

Commit dfad322

Browse files
committed
Applying latest fixes from devel branch
1 parent a12058e commit dfad322

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the HTML into your app, complete with Angular directives, validation and Twitter
66

77
For full documentation and help getting started visit [http://angularforms.org](http://www.angularforms.org)
88

9-
Latest stable release: v2.0.0
9+
Latest stable release: v2.0.1
1010

1111
Devel Branch WIP
1212
----------------
@@ -70,6 +70,10 @@ At the moment there are no tests. They will be added shortly. In the meantime, i
7070

7171
Release Notes
7272
-------------
73+
####2.0.1
74+
* ngOptions now works properly on select elements
75+
* Removed unnecessary control-label class from checkbox label
76+
* Fixed duplicate objectModel appearing on radio buttons
7377

7478
####2.0.0
7579
* 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.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-forms.js",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"main": "dist/angular-forms.min.js",
55
"ignore": [
66
".jshintrc",

0 commit comments

Comments
 (0)