I'm using ng-message
to show the error messages for the form it works fine for the input type='text'
and other but how to use ng-message
on input type='file'
to show different messages based on the extension of the uploaded file.
Or is their any library that can provide error message?
Please guide me into this.