angular-eonasdan-datetimepicker icon indicating copy to clipboard operation
angular-eonasdan-datetimepicker copied to clipboard

A wrapper directive around the Eonasdan Datepicker v4 component.

Results 6 angular-eonasdan-datetimepicker issues
Sort by recently updated
recently updated
newest added

I tried to use this on an AngularJS project, but the plnkrs aren't working anymore, making it hard to find out why the popup is not opening when clicking the...

Hi. Your plugin depends on outdated jQuery version, that is no longer maintained At first I was going to move it to third jQuery but then I noticed that there's...

I just tested this on the plunker(http://plnkr.co/edit/ZSjN8f?p=preview), but the inline version disappears after a click.

If you run the plugin with any version of momentjs after 2.9+ the browser will produce a warning similar to the message below. I was using the format "hh:mm A"...

I use format 'YYYY-MM-DD' option and bind ng-model="formData.date" to my field. Now if I enter '2015-03-05aaaaa', the date is displayed as '2015-03-05', but my $scope.formData.date becomes '2015-03-05aaaaa'. So even if...

I am having some trouble getting ngMessages working. I am using a custom directive I found on StackOverflow called **setTouched**, but it is only halfway working. If I visit a...