This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Form level validation workflow #12772
Open
Description
Angular 1.x
Simplest case would be checking that passwords match.
This form validation fiddle (http://jsfiddle.net/cafau/Ja2ar/) does the job using $scope.$watch.
Could some option become available to allow the addition of validations through directives using a required form controller.