Seeking advice:
Is there a way to customize the CSS style of the 'error' validation error for ng-class
in Bootstrap v3?
This is my current code:
ng-class="(form.datos.$invalid) && ( form.datos.$touched || submitted) ? 'error': '' "
The default red background for the error doesn't suit my preferences. I'd like to change it to a different color.