-
Notifications
You must be signed in to change notification settings - Fork 724
New issue
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
[WIP] Add datatimepicker field #297
Conversation
manuquentin
commented
Feb 6, 2015
- Add field
- Add doc
So far, so good. I'm worried about the kB this is going to add to |
@@ -11,9 +11,12 @@ require.config({ | |||
'angular-resource': 'bower_components/angular-resource/angular-resource', | |||
'angular-sanitize': 'bower_components/angular-sanitize/angular-sanitize', | |||
'angular-ui-router': 'bower_components/angular-ui-router/release/angular-ui-router', | |||
'bootstrap': 'bower_components/bootstrap/dist/js/bootstrap', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
seems that only bootstrap transitions and collapse are needed at this point (http://eonasdan.github.io/bootstrap-datetimepicker/Installing/).
Seing the number of added dependencies (jQuery, moment, bootstrap js), I wonder if it's not better to add https://github.com/zhaber/datetimepicker (even though it has inferior UI). Your datetimepicker, better but heavier, could be provided as an extension... Once we know how to handle them (cf #294). What do you think? |
I've spent 3 hours trying to use zhaber/datetimepicker but apparently it's not compatible with angular 1.3. I'll search for another directive. |
Ah, bummer. Thanks for trying.
|
Any progress for documentation ? |
Superseded by #348 |