angular-bootstrap-show-errors icon indicating copy to clipboard operation
angular-bootstrap-show-errors copied to clipboard

Add support for multiple input elements in a form-group fixes #22 and #35

Open jantimon opened this issue 10 years ago • 0 comments

The attached pull request turns the boolean blurred into a map blurred[inputName].

After a change / blur event the isValid and the isBlurred helper functions check if all elements are blurred and sets/removes the error class.

The previous tests weren't modified and are still running.
Added tests for the new feature.

Fixes #22 and #35

jantimon avatar Feb 13 '15 17:02 jantimon