Skip to content

iterativ/angular-it-validate

Repository files navigation

AngularJS it-validate Build Status

AngularJS helper directives for validation

Features

  • Add function in the scope for validation
  • List models which should trigger validation on change

Development

Prepare your environment

  • Install Node.js and NPM (should come with)
  • Install global dev dependencies: npm install -g bower gulp
  • Install local dev dependencies: npm install && bower install in repository directory

Development Commands

  • gulp to jshint, build and test
  • gulp build to jshint and build
  • gulp test for one-time test with karma (also build and jshint)
  • gulp watch to watch src files to jshint, build and test when changed

About

AngularJS directives to help with validation.

Resources

Stars

Watchers

Forks

Packages

No packages published