How can i change the text in the input field?
After selected a file the text is "None selected". Is this wanted behavior?
If i set breakpoint in my on-change function on
angular.element("#input_imageUpload").innerHTML = this.uploadedImage.filename;
i can see the filename in the input field but then it will be overwritten???
Is it also possible to change the input button text?