ng-model not updating with input type=”file”
By default, AngularJS does not support two-way data binding for <input type=”file”> using ng-model. This is because file inputs do not store values as text like other form fields (e.g.,….
By default, AngularJS does not support two-way data binding for <input type=”file”> using ng-model. This is because file inputs do not store values as text like other form fields (e.g.,….