We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dear,
as you state in your Readme on line 52, I'm also looking for a way to clear this input[type=file] element.
do you have any clue or can you point me to the right direction ?
Thanks a lot!
Fred
The text was updated successfully, but these errors were encountered:
maybe using $scope.form.$setPristine(); ??
Sorry, something went wrong.
Ok, this is seems ... impossible in a programmatic way, by design, for security reason (appart from a full page reload)
Why don't you use jQuery: $('input[type=file]').val(''). It works for me. It may not be an angular solution but it's commonly used.
$('input[type=file]').val('')
No branches or pull requests
Dear,
as you state in your Readme on line 52, I'm also looking for a way to clear this input[type=file] element.
do you have any clue or can you point me to the right direction ?
Thanks a lot!
Fred
The text was updated successfully, but these errors were encountered: