-
Notifications
You must be signed in to change notification settings - Fork 27.5k
Input type "file", "date" #757
Comments
I'm using the following implementation of file input type marcenuc/angular.js@2bfff46 . It works with "required", "accept", and "multiple" attributes. However I've not found how to unit/e2e test it. Can you give me some hints? Thanks |
Thanks a lot to marcenu, your contribution solved the bug and saved my time! |
File type support requested in #1375 as well. |
Still no support for file type? |
While I appreciate that setting a file input model to a File object or FileList (if multiple) would be an HTML5-only solution, surely it's better than nothing? Any progress on this? |
partially closes angular#757
partially closes angular#757
Add support to date filter for outputing week of year Partially closes angular#757
partially closes angular#757
partially closes angular#757
Add support to date filter for outputing week of year Partially closes angular#757
partially closes angular#757
Add support to date filter for outputing week of year Partially closes angular#757
Add support to date filter for outputing week of year Partially closes angular#757
partially closes angular#757
partially closes angular#757
Add support to date filter for outputing week of year Partially closes angular#757
partially closes angular#757
partially closes angular#757
Add support to date filter for outputing week of year Partially closes angular#757
Add support to date filter for outputing week of year Partially closes angular#757
partially closes angular#757
Add support to date filter for outputing week of year Partially closes angular#757
partially closes angular#757
partially closes angular#757
Add support to date filter for outputing week of year Partially closes angular#757
partially closes angular#757
On older browser that don't support the new HTML5 inputs and display a text input instead, the user is required to enter the data in the corresponding ISO format. The value in `ng-model` will always be a date. E2e tests contain a workaround to a bug in webdriver, see angular/protractor#562. Also adds weeks as format to the `dateFilter`. Related to angular#757. Closes 5864.
On older browser that don't support the new HTML5 inputs and display a text input instead, the user is required to enter the data in the corresponding ISO format. The value in `ng-model` will always be a date. E2e tests contain a workaround to a bug in webdriver, see angular/protractor#562. Also adds weeks as format to the `dateFilter`. Related to #757. Closes 5864.
On older browser that don't support the new HTML5 inputs and display a text input instead, the user is required to enter the data in the corresponding ISO format. The value in `ng-model` will always be a date. E2e tests contain a workaround to a bug in webdriver, see angular/protractor#562. Also adds weeks as format to the `dateFilter`. Related to #757. Closes #5864.
On older browser that don't support the new HTML5 inputs and display a text input instead, the user is required to enter the data in the corresponding ISO format. The value in `ng-model` will always be a date. E2e tests contain a workaround to a bug in webdriver, see angular/protractor#562. Also adds weeks as format to the `dateFilter`. Related to angular#757. Closes angular#5864.
type="file" was decided to be 'not core', see the reasoning here: #1375 (comment), and type="date" was implemented, although it benefit from some improvements, see #7066, #6755, #6754, #6881 |
file should set model to File object (or FileList if multiple)
date should convert to Date object
The text was updated successfully, but these errors were encountered: