Giter Site home page Giter Site logo

gabigrin / angular-validation-messages Goto Github PK

View Code? Open in Web Editor NEW
22.0 22.0 6.0 15.91 MB

Add validation messages to your forms in a breeze

Home Page: http://gabigrin.github.io/angular-validation-messages/

License: MIT License

JavaScript 13.28% HTML 86.68% CSS 0.04%

angular-validation-messages's People

Contributors

gabigrin avatar pahen avatar pkalkman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

angular-validation-messages's Issues

Move `ValidationMessagesHelper` to `config`

For now, global options can be changed in run block, ie:

App.run(function (ValidationMessagesHelper) {
    ValidationMessagesHelper.setOptions({ ... });
});

I believe it should be in config block, ie:

App.config(function (ggVmsgConfig) {
    ggVmsgConfig.hideClassName = 'hide';
    ...
});

Use with input groups

Is there any way to use it with
http://getbootstrap.com/components/#input-groups-checkboxes-radios

580255f19d7fb3627f528b2ab52ba763

    <div class="input-group">
        <span class="input-group-addon">
          <input type="checkbox" ng-model="delivery.isInsuranceCovered"> Yes
        </span>
        <input id="insuranceCovered" 
               name="insuranceCovered" 
               ng-required="delivery.isInsuranceCovered"
               type="text" class="form-control"
               ng-model="delivery.insuranceCovered"
               ng-disabled="!delivery.isInsuranceCovered"
               maxlength="100" vmsg>
      </div>

Bump the bower package version number

Hi Gabriel,

Thanx for accepting my pull request and merging it into the master. The thing is that you not yet bumped (increased) the bower version number. So if I use angular-validation-messages via bower, I don't have the latest fixes.

Regards,
Peter

Publish to NPM

Can't find this package in NPM. It would be awesome if you can publish it :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.