Update README.md
Showing
1 changed file
with
4 additions
and
4 deletions
... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
2 | 2 | ||
3 | [![build status](http://gitlab.techniv.fr/Techniv/angular-matrix-validation/badges/master/build.svg)](http://gitlab.techniv.fr/Techniv/angular-matrix-validation/commits/master) | 3 | [![build status](http://gitlab.techniv.fr/Techniv/angular-matrix-validation/badges/master/build.svg)](http://gitlab.techniv.fr/Techniv/angular-matrix-validation/commits/master) |
4 | 4 | ||
5 | This module provide an addon directive for form to validate matrix form. | 5 | This module provides an addon directive for form to validate matrix forms. |
6 | 6 | ||
7 | ## Example | 7 | ## Example |
8 | 8 | ||
... | @@ -45,9 +45,9 @@ angular.module('test', ['matrixValidation']).controller('ctrlTest', [ | ... | @@ -45,9 +45,9 @@ angular.module('test', ['matrixValidation']).controller('ctrlTest', [ |
45 | // Do something to fill validationMatrix with true/false | 45 | // Do something to fill validationMatrix with true/false |
46 | // to validate matrix. | 46 | // to validate matrix. |
47 | 47 | ||
48 | // validationMatrix is give to help you to construct it. | 48 | // validationMatrix is given to help you to construct it. |
49 | // It have the same dimension than matrix. | 49 | // It has the same dimension than matrix. |
50 | // But you to return it. | 50 | // But you need to return it. |
51 | return validationMatrix; | 51 | return validationMatrix; |
52 | }; | 52 | }; |
53 | } | 53 | } | ... | ... |
-
Please register or sign in to post a comment