Skip to content

Commit 442fb38

Browse files
committed
Added link to docs in complex keys example.
1 parent cdc3d0a commit 442fb38

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/knownlimitations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Known Limitations
22
=================
33

44
### Angular Version
5-
Schema Form works with AngularJS version 1.2.x or above, but version 1.3.x is recomended.
5+
Schema Form works with AngularJS version 1.2.x or above, but version 1.3.x is recommended.
66

77
This is because a bug in AngularJS 1.2 [#8039](https://github.com/angular/angular.js/issues/8039),
88
which means that the ```ng-model``` directive has problem with values that uses a bracket notation instead of dot notation.

examples/data/complex-keys.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
}
3838
},
3939
"form": [
40+
{
41+
"type": "help",
42+
"helpvalue": "Complex keys are only supported with AngularJS version 1.3.x, see <a href=\"https://github.com/Textalk/angular-schema-form/blob/master/docs/knownlimitations.md\">known limitations</a> in the docs."
43+
},
4044
"['a[\"b\"].c']",
4145
{
4246
"key": "array-key",

0 commit comments

Comments
 (0)