I try to use the library to validate fields in a nested form, which i created with ng-form="innerForm", but the library throws this exception, maybe because it can find the element name in the main form:
TypeError: Cannot read property '$setValidity' of undefined at checkElementValidity (angular-validator.min.js:151)
I try to use the library to validate fields in a nested form, which i created with ng-form="innerForm", but the library throws this exception, maybe because it can find the element name in the main form:
TypeError: Cannot read property '$setValidity' of undefined at checkElementValidity (angular-validator.min.js:151)