angular-date-time-input
angular-date-time-input copied to clipboard
Webpack export module name
Hello!
Currently the webpack export is ui.bootstrap.datetimepicker. Is this intended?
https://github.com/dalelotts/angular-date-time-input/blob/c7fc75b6f7f4664927ecdbbb902b5a156613fb13/src/dateTimeInput.js#L20
I expected the export to be ui.dateTimeInput, as the module name is that:
https://github.com/dalelotts/angular-date-time-input/blob/c7fc75b6f7f4664927ecdbbb902b5a156613fb13/src/dateTimeInput.js#L29-L31
I'm gonna go ahead a create a fork that fixes that for our own purposes, do tell me if you would be accepting a PR.
This would probably be a major release, though.
EDIT: done: https://github.com/dalelotts/angular-date-time-input/compare/master...LaBelleAssiette:fix-webpack-export
Submit a PR - I may merge it, I may not. This isn't really maintained anymore but a PR may help others.