Git Product home page Git Product logo

Comments (9)

bvaughn avatar bvaughn commented on May 4, 2024

Thank you! I'm happy to hear it!

I like this suggestion. Look for it in the next point release. I'll update you by way of this ticket when it's available.

from angular-form-for.

bvaughn avatar bvaughn commented on May 4, 2024

Fixed and available in 1.1.9

from angular-form-for.

bvaughn avatar bvaughn commented on May 4, 2024

FYI

https://github.com/bvaughn/angular-form-for/wiki/FormForConfiguration-Reference#setrequiredlabel

from angular-form-for.

pierre-michalet avatar pierre-michalet commented on May 4, 2024

That was fast, thank you ! I will try this very soon :)

from angular-form-for.

pierre-michalet avatar pierre-michalet commented on May 4, 2024

Hey,

this works great when the field has no other validation rules, but in the case where it has a validation rule like pattern, it adds the required label (even if I specify required: false)

I found that it is the binding of the required attribute on the field-label directive that has a problem. $scope.required equals to "false" and is not a boolean any more, thus passing through the "if ($scope.required) {" condition

I will try to find a solution to this problem if you don't have the time to correct it

from angular-form-for.

bvaughn avatar bvaughn commented on May 4, 2024

D'oh! Apparently I naively assumed that no one would bother to specify required: false (since that's the default). I'm in the middle of a pretty big feature at the moment (#19) but I'll make sure this fix is rolled into the upcoming release. Hopefully later today!

(In the meanwhile I'll re-open the request)

from angular-form-for.

bvaughn avatar bvaughn commented on May 4, 2024

Fixed in the new 1.2.0 release. :)

from angular-form-for.

pierre-michalet avatar pierre-michalet commented on May 4, 2024

Great :)

I just spotted one error that prevent fields to be correctly marked

In https://github.com/bvaughn/angular-form-for/blob/master/source/directives/form-for.js at line 115, I think it should be $scope.$validationRules instead of $scope.validationRules

from angular-form-for.

bvaughn avatar bvaughn commented on May 4, 2024

Thanks for pointing this out! :)

Here you go:
https://github.com/bvaughn/angular-form-for/releases/tag/1.2.1

On Wed, Aug 20, 2014 at 7:26 AM, pierre-michalet [email protected]
wrote:

Great :)

I juste spotted one error that prevent fields to be correctly marked

In
https://github.com/bvaughn/angular-form-for/blob/master/source/directives/form-for.js
at line 115, I think it should be $scope.$validationRules instead of
$scope.validationRules

Reply to this email directly or view it on GitHub
#15 (comment)
.

Thanks,
Brian Vaughn
p. 540-246-5223

from angular-form-for.

Related Issues (20)

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.