angular-datepicker icon indicating copy to clipboard operation
angular-datepicker copied to clipboard

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

Open obeobe opened this issue 9 years ago • 2 comments

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..?

obeobe avatar Mar 28 '15 16:03 obeobe

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

Christianuchermannuc avatar Apr 07 '15 14:04 Christianuchermannuc

Thank you!

obeobe avatar Apr 09 '15 18:04 obeobe