You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can't properly get the error for picFile because ng-file-upload removes the failed validations from the model before its returned to your scope.selectFile or scope.selectFiles functions. ng-messages detects an issue and will display the proper element for the proper validation error, but the messages details are empty because picFile is undefined or otherwise empty.
The text was updated successfully, but these errors were encountered:
You can't properly get the error for picFile because ng-file-upload removes the failed validations from the model before its returned to your scope.selectFile or scope.selectFiles functions. ng-messages detects an issue and will display the proper element for the proper validation error, but the messages details are empty because picFile is undefined or otherwise empty.
The text was updated successfully, but these errors were encountered: