-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not automatically generate <label>. only use ngMessages. #111
Comments
…ngular-validator-quiet"
…with the angular version. Just use manual templating for the demo app
Would you mind including a sample using ngMessages in the docs? |
Issue #111: Prevent generation of <label> with attribute "angular-val…
merged thanks! |
@mrmashal I tried but i had conflict with versions of angular. Since i don't know bower very much, it was simpler for me to just remove it and make an example using native angular directives. I'll take some time to figure out how it works and put back my angular-messages example, in another pull request. Angular-messages is not exactly related to my modification, but an example using it could be very useful. Indeed. |
Issue #111: Adjusted the demo to use angular-messages
I see in the Feature list:
We want complete control over the way we display the error messages, so i thought about using this feature. The messages actually appears as we wishes in our <div ng-messages ... > , but angular-validator still adds it's own generated <label> at some location we definitely don't want.
Is there a way to disable the auto-generated <label>?
The text was updated successfully, but these errors were encountered: