bvaughn/angular-form-for

JSON Schema support

elyas-bhy opened this issue · 1 comments

Any plans on making angular-form-for compatible with JSON-Schema spec?

Unfortunately no, I have no plans of supporting this. JSON schema is very complicated and supporting it in a significant way would require a lot of work.

If you're looking for an Angular form abstraction that supports JSON schema I suggest you check out something like Textalk/angular-schema-form.