angular-ui / community

Placeholder repo for discussion
24 stars 6 forks source link

UI-Utils Validate problem #3

Closed iegorov closed 10 years ago

iegorov commented 10 years ago

ui-validate does not work properly with Bootstrap 3.2.0 because there are no CSS rules input:focus:invalid, textarea:focus:invalid, select:focus:invalid { color: #b94a48; border-color: #ee5f5b; }

ProLoser commented 10 years ago

It's not the responsibility of ui-validate to apply CSS or classes. It simply is a convenience wrapper for adding angular validation rules.