angular-form-messages

0.14.1 • Public • Published

Angular Form Messages

Build Status Test Coverage Code Climate

Angular Form Messages lets you show custom validation messages on your forms. There are several Github projects that provide form validation directives, but most of them do not allow you to set custom validation callbacks on your forms or they do not support validation messages that come from your backend. Angular Form Messages also gives you the ability to show validation messages for groups of fields.

Check out the documentation pages (under development).

Here is an example project: Angular Form Messages Example

Installation

Add the Angular Form Messages dependency to your project.

bower install --save-dev angular-form-messages

Include dist/angular-form-messages.js (min.js) and optionally dist/angular-form-messages-bootstrap.js in a script tag.

The bootstrap scripts contain some additional helper directives for adding Bootstrap HTML and CSS classes (see documentation).

Build & development

Running grunt tests and builds the project.

Readme

Keywords

none

Package Sidebar

Install

npm i angular-form-messages

Weekly Downloads

3

Version

0.14.1

License

MIT

Last publish

Collaborators

  • fvanwijk