diff --git a/demo/demo.js b/demo/demo.js index a87a1d0..1fc3535 100644 --- a/demo/demo.js +++ b/demo/demo.js @@ -141,6 +141,11 @@ } }; + $scope.form6 = { + required: [{}, {}, {}], // ng-repeat + checkValid: $validationProvider.checkValid + }; + // Callback method $scope.success = function (message) { alert('Success ' + message); diff --git a/index.html b/index.html index 1106e20..70a9e47 100644 --- a/index.html +++ b/index.html @@ -217,6 +217,23 @@

Angular Validation. + +
+
+
+ Form (ng-repeat) + + +
+ +
    +
  • +
  • +
  • +
+ +
+
Fork me on Github