indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
527 stars 229 forks source link

running karma with angular-moment-picker installed causes job to fail #211

Open cr0mbly opened 6 years ago

cr0mbly commented 6 years ago

hi there I've encountered an error with the bower install of angular-moment-picker when I try to run a karma job with the library install it fails on line 156 in angular-moment-picker.js

module.moment = moment

i found when I removed it it caused it to successfully bulids

is this able to be removed from the code. as it's not used anywhere else that I've seen.

koganei commented 6 years ago

We are having a similar issue. Can this be fixed?