json-schema-form / angular-schema-form

Generate forms from a JSON schema, with AngularJS!
https://json-schema-form.github.io/angular-schema-form
MIT License
2.47k stars 654 forks source link

Does this support $ref? #69

Closed dkengaroo closed 7 years ago

dkengaroo commented 10 years ago

Hiya,

I have a schema with "$schema": "http://json-schema.org/draft-04/schema#", "title": "title", "type": "object", "item": { "type": "object", "properties": { "attribute": { "$ref": "#/definitions/schema2" } }, "required": [ "attribute_info" ] } .... something like that.

I kept the form simple with the "*" and a submit button. However the form doesn't render properly where the $ref is.

am I doing something wrong?

Anthropic commented 7 years ago

This is now in 1.0.0-alpha.2 and has passing tests