Jakobovski / angular-validator

Powerful, flexible and simple Angular validation!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should not add "has-error" to input element. It is supposed to be added to "form-group"

Ethergeist opened this issue · comments

In bootstrap 3, the has-success and has-error class should be added to the parent form-group, not the input element itself.

See:
http://getbootstrap.com/css/ - Section: Forms > Validation states