alongubkin / angular-datepicker

Angular.js Date/Time Picker
MIT License
291 stars 129 forks source link

Build from source doesn't work whereas supplied minified version does. #60

Open obeobe opened 9 years ago

obeobe commented 9 years ago

I built from source but resulting calendar doesn't respond to mouse clicks (i.e. it pops up, but I can't select dates or change months. I can't even close it with the "Close" button).

The supplied minified version does work.

Any suggestions..?

Christianuchermannuc commented 9 years ago

In the directives.js, remove: element.pickadate('picker').set('select', element.val(), {format: options.format}); From the function: function onOpen(e)

obeobe commented 9 years ago

Thank you!