We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d503bfe commit a3d630dCopy full SHA for a3d630d
CHANGELOG
@@ -1,3 +1,7 @@
1
+v0.8.10
2
+-------
3
+ * Bugfix for checkboxes when model array is undefined.
4
+
5
v0.8.9
6
------
7
* Bugfix for radios and radios-inline. Validation should now work.
package.json
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form",
- "version": "0.8.9",
+ "version": "0.8.10",
"description": "Create complex forms from a JSON schema with angular.",
"repository": "Textalk/angular-schema-form",
"main": "dist/schema-form.min.js",
0 commit comments