Jakobovski / angular-validator

Powerful, flexible and simple Angular validation!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dows not been called inside a <ng-form> tag

gino8080 opened this issue · comments

Hello,

how can i make it working inside a ng-form tag?

this is the plunker with the problem

thank you very much!

You have a form inside of a form. This is not w3c compliant HTML. You should not do this.

So ng-form is not an usable solution?

Please how to check for validation of some fields of a multi step form?

you can use ng-form but you cant use it inside of another form. Thats not how ng-form is made to be used

So I have to use ng-forms without a parent/father

tag?
Can can you edit my plunker to show me how to use angular-validator on them ?

thank you very much