-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Hello!
Currently the webpack export is ui.bootstrap.datetimepicker
. Is this intended?
module.exports = 'ui.bootstrap.datetimepicker' |
I expected the export to be ui.dateTimeInput
, as the module name is that:
angular-date-time-input/src/dateTimeInput.js
Lines 29 to 31 in c7fc75b
angular.module('ui.dateTimeInput', []) | |
.service('dateTimeParserFactory', DateTimeParserFactoryService) | |
.directive('dateTimeInput', DateTimeInputDirective) |
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: master...LaBelleAssiette:fix-webpack-export
Metadata
Metadata
Assignees
Labels
No labels