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
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Under angular 0.9.19, I could bind to a file input (using the name attribute) and get the name of the selected file. This allowed me to disable my submit button until a file was selected.
In angular 0.10.5, I tried using ng:model on the file input, but it made the appear as a regular text input.