Styling Invalid Input Fields

.form-control.ng-touched.ng-invalid{
    border: 2px solid red;
}
Was this page helpful?