Skip to content

Commit 8361f29

Browse files
committed
Oops!! Committed wrong method call. Added missed minified file.
1 parent 3ceb2ea commit 8361f29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/bootstrap-angular-validation.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/directives/form.directive.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ angular.module("bootstrap.angular.validation").directive("form", ["$parse", "$ro
7171
* Do not show validation errors once the form gets submitted. You can still display the
7272
* validation errors after form submission by calling "$setSubmitted" in your form controller.
7373
*/
74-
formController.$setPrisiting();
74+
formController.$setPristine();
7575
});
7676

7777
/**

0 commit comments

Comments
 (0)