-
Notifications
You must be signed in to change notification settings - Fork 174
Open
Description
Hey,
my form to be validated is within an ng-include directive, and my validation is on submit, but when i click the submit button, I'm getting this error in
This is not a regular Form name scope
Provider.validate @ angular-validation.js:183
(anonymous) @ angular-validation.js:367
dispatch @ jquery.js:3
r.handle @ jquery.js:3
angular-validation.js:368 Uncaught TypeError: $validationProvider.validate(...).success is not a function
at HTMLButtonElement. (angular-validation.js:368)
at HTMLButtonElement.dispatch (jquery.js:3)
at HTMLButtonElement.r.handle (jquery.js:3)