Skip to content

angular-libs/angular-form-validation

Folders and files

NameName
Last commit message
Last commit date
Nov 25, 2015
Nov 25, 2015
Aug 31, 2015
Nov 12, 2015
Aug 31, 2015
Dec 2, 2015
Dec 2, 2015
Aug 31, 2015
Dec 2, 2015
Aug 31, 2015
Nov 9, 2015
Aug 31, 2015
Dec 8, 2015
Aug 31, 2015
Nov 11, 2015
Mar 15, 2016
Nov 8, 2015
Nov 15, 2015

Repository files navigation

angular-form-validation

Built with Grunt Build Status Dependency Status codecov.io

Coverage Status Bower version Issue Stats Issue Stats ![Gitter](https://badges.gitter.im/Join Chat.svg)

codecov.io SensioLabsInsight #####This plugin can be used to show validation message.

#Installing

Bower

    bower install simple-form-validation
    <script src="bower_components/simple-form-validation/dist/scripts/angular-form-validation.js"></script>

CDN

You can use rawgit.com's cdn url to access the files in the Bower repository. These files are hosted by MaxCDN. Just alter the version as you need.

Directives

  • form-validation : This can be used with form tag. It initiate the form validations and show the validation messages on form submit if validation fails
  • validation-message : This can be used to register a field with validation and validation message/code
  • form-error : This can be used to show validation message, act as a placeholder in DOM, can be placed inside form or outside form.

For Docs & Example Click me

Bitdeli Badge

Bitdeli Badge