angular-datepicker
angular-datepicker copied to clipboard
Angular.js Date/Time Picker
I tried using the plugin with Ionic, it doesn't work. When I add an input to a modal, it doesn't open at all. When I add it to a normal...
0 tests. How do you prevent regression?
Hi! I'm wondering is there any way to change options and give them in to datepicker after it is constructed? Or is there any commands to reconstruct datepicker object?
Hi, is there any date render callback we can pass to apply something on the item when it's generated ? like : custom-date on angular-ui datepicker
I have read the other issues regarding opening the calendar in a ionic modal. e.g. https://github.com/alongubkin/angular-datepicker/issues/20 I can get it opening ok when NOT in a modal, it isnt clear...
title says it all. Cant open select (e.g. select year) and cant close the datepicekr via click on black overlay background.
like this: https://rawgit.com/g00fy-/angular-datepicker/master/app/index.html
So, here is an odd issue, I am using the datepicker within a template driven pop-up: Controller calling the popup: ``` javascript templateUrl: 'templates/plantlog.html', title: vName, scope: $scope, buttons: [...
Hello! When working with one instance, there's no problem. But when I try to open another instance in another input, I get this error when picking a date and the...
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...