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

Doesn't work at all #269

Closed csimpi closed 5 years ago

csimpi commented 5 years ago

I've tried to implement from the CDN source and from the bower source also, no matter what I do, the input doesn't appear at all. Seems to be completely damaged.

csimpi commented 5 years ago

I think this happened due to conflict with another plugin, I'm using ng-datepicker also, after I disabled it this plugin started to work. Not sure why.