I'm a newbie to the angular. I am in a search to the angular form validation using json schema. But i haven't find any thing. Anyone can help me?
1 Answer
I think you searching this:
It's AngularJS forms with JSON schema validation.
And small post about using: Post about Schema Form
2 Comments
Bhimisetty
Thanks for your reply. But this is not what i'm looking in. I am able to create the json schema with required validations. But i'm not sure how to validate it in form using angular.
Anthropic
That small post is not about AngularJS Schema Form, it is about a smaller implementation that isn't widely used but took the same name. Falloff is correct that ASF is able to do what you need. There are a few other libraries as well but they all operate in a similar manner.