Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Vincent Peybernes
/
angular-matrix-validation
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
4ef7c524
...
4ef7c524760fdcafe64189a00f1bc85c349b6e44
authored
2017-01-13 21:22:18 +0100
by
Vincent Peybernes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update README.md
1 parent
6a856a9c
Pipeline
#72
for
4ef7c524
passed
in 1 minute 17 seconds
Changes
1
Builds
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
README.md
README.md
View file @
4ef7c52
...
...
@@ -2,7 +2,7 @@
[
![build status
](
http://gitlab.techniv.fr/Techniv/angular-matrix-validation/badges/master/build.svg
)
](http://gitlab.techniv.fr/Techniv/angular-matrix-validation/commits/master)
This module provide
an addon directive for form to validate matrix form
.
This module provide
s an addon directive for form to validate matrix forms
.
## Example
...
...
@@ -45,9 +45,9 @@ angular.module('test', ['matrixValidation']).controller('ctrlTest', [
// Do something to fill validationMatrix with true/false
// to validate matrix.
// validationMatrix is give to help you to construct it.
// It ha
ve
the same dimension than matrix.
// But you to return it.
// validationMatrix is give
n
to help you to construct it.
// It ha
s
the same dimension than matrix.
// But you
need
to return it.
return
validationMatrix
;
};
}
...
...
Please
register
or
sign in
to post a comment