This repository was archived by the owner on Nov 24, 2018. It is now read-only.

Description
Situation:
We have one input field and two angular validation directives, which both call the backend
One of those two validation failed and were rejected. (As we have to show different error messages, we can't merge them into one directive)
Failure:
no valdr message has been shown
Valdr Version: 1.1.6
Angular: 1.5.8
Could be obsolete when Issue#57 is implemented