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
2153fb3d
...
2153fb3d6c347c5948644c0e85dfd1ae4d0cbbc8
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
#69
for
2153fb3d
failed
in 0 seconds
Changes
3
Builds
0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
8 deletions
.gitlab-ci.yml
README.md
package.json
.gitlab-ci.yml
View file @
2153fb3
...
...
@@ -32,7 +32,7 @@ publish:
-
README.md
-
LICENCE
-
CHANGELOG.md
environ
e
ment
:
environment
:
name
:
npm
url
:
https://www.npmjs.com/package/angular-matrix-validation
scripts
:
...
...
README.md
View file @
2153fb3
# 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 @
2153fb3
{
"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