Skip to content
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

feature(validation): add validation feature #4635

Merged
merged 1 commit into from
Jan 11, 2016

Conversation

imbalind
Copy link
Contributor

@imbalind imbalind commented Nov 3, 2015

This feature will make validation on fields possible.
It will not use angularjs basic validation because it wouldn't work when editing is over.

Instead it adds custom properties to field considered as invalid.

It provides a basic way to display error messages using html title attribute and a cooler one that depends on bootstrap to show a popover.

Tests and docs are provided.

For more info see issue #4152

This feature will make validation on fields possible.
It will not use angularjs basic validation because it
wouldn't work when editing is over.

Instead it adds custom properties to field considered
as invalid.

It provides a basic way to display error messages
using html title attribute and a cooler one that
depends on bootstrap to show a popover.

Tests and docs are provided.
@swalters
Copy link
Contributor

Merging per a team discussion that agree's that we should have as part of central repository instead of a separate feature repository in 3.0

swalters added a commit that referenced this pull request Jan 11, 2016
feature(validation): add validation feature
@swalters swalters merged commit 54d6b58 into angular-ui:master Jan 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants