alexandroscgb
Results
2
comments of
alexandroscgb
Or I could use onChange property to see if the field is empty and if it is, trigger the same mecanism submit button triggers to show validation messages and css....
I found some similar way, and that is to $scope.$broadcast(fieldId) the field I need to validate, but again, I can't link it to the onBlur event.