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
81f4bd41
...
81f4bd41ea0e3b2ba1ac30cb7f9449efd6d5856e
authored
2017-01-13 01:28:07 +0100
by
Vincent Peybernes
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
#2
- Publishing 0.1.0
1 parent
14384b02
Pipeline
#67
for
81f4bd41
failed
in 0 seconds
Changes
2
Builds
0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
7 deletions
README.md
package.json
README.md
View file @
81f4bd4
# Angular Matrix Validation
[
![build status
](
http://gitlab.techniv.fr/
WestCoastSwing/RelativePlacement/badges/master/build.svg
)
](http://gitlab.techniv.fr/WestCoastSwing/RelativePlacement
/commits/master)
[
![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.
...
...
package.json
View file @
81f4bd4
{
"name"
:
"angular-matrix-validation"
,
"version"
:
"0.0.0"
,
"description"
:
"Matrix valition for angular form"
,
"main"
:
"index.js"
,
"scripts"
:
{
"test"
:
"node_modules/.bin/karma start karma.conf.js --single-run"
,
"build"
:
"node_modules/.bin/gulp build"
"version"
:
"0.1.0"
,
"description"
:
"Matrix validation for angular form"
,
"repository"
:
{
"type"
:
"git"
,
"url"
:
"http://gitlab.techniv.fr/Techniv/angular-matrix-validation"
},
"bugs"
:{
"url"
:
"http://gitlab.techniv.fr/Techniv/angular-matrix-validation/issues"
},
"author"
:
{
"name"
:
"Techniv"
,
"email"
:
"contact@techniv.fr"
},
"scripts"
:
{
"test"
:
"node_modules/.bin/karma start karma.conf.js --single-run"
,
"build"
:
"node_modules/.bin/gulp build"
},
"license"
:
"MIT"
,
"devDependencies"
:
{
"angular"
:
"*"
,
"angular-mocks"
:
"*"
,
...
...
Please
register
or
sign in
to post a comment