We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62b7d3f commit 6630430Copy full SHA for 6630430
CHANGELOG
@@ -1,3 +1,7 @@
1
+v0.7.13
2
+-------
3
+ * Bugfix for condition, it depended on jQuery
4
+
5
v0.7.12
6
-------
7
* Error on deleteFromArray task, thanks @bygiro
bower.json
@@ -4,7 +4,7 @@
"dist/schema-form.js",
"dist/bootstrap-decorator.js"
],
- "version": "0.7.12",
+ "version": "0.7.13",
8
"authors": [
9
"Textalk",
10
"David Jensen <david.lgj@gmail.com>",
package.json
@@ -1,6 +1,6 @@
{
"name": "angular-schema-form",
"description": "Create complex forms from a JSON schema with angular.",
"repository": "Textalk/angular-schema-form",
"main": "dist/schema-form.min.js",
0 commit comments