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

A comprehensive directive wrapper for Pikaday

Results 12 pikaday-angular issues
Sort by recently updated
recently updated
newest added

Solved removing require('angular') ```js module.exports = factory(require('angular'), require('pikaday')); ``` to ```js module.exports = factory(require('pikaday')); ``` *apply changes for all UMD exports* ___ and changing **factory** params ```js function (angular, Pikaday)...

Hi there. How can I set the custom date which opens by default?

Great little directive, but I'm having trouble clearing the date field (I'll admit, I've been away from Angular for a bit, but thought this would be easy). ``` ``` I...

Hi, there. I discovered the conflict of your plugin with another. I'm using [ui-mask](https://github.com/angular-ui/ui-mask) in my project to set the masked input of my date in format 'DD.MM.YYYY' and using...

Hi, Is it possible to upgrade Pikaday dependency to [v1.4.0](https://github.com/dbushell/Pikaday/releases/tag/1.4.0) ? This new release seems to fix some annoying bugs: - [Pikaday not working in mozilla firefox #404](https://github.com/dbushell/Pikaday/issues/404) - [Pikaday...

when someone want to set today to minDate/maxDate/defaultDate, don't need to create a variables to store today date, just need to set 'now'

it doesn't find the element if I use a dynamic id for the container: example: pika attr: container="option{{ $index }}Container" container attr: id="option{{ $index }}Container"

When I `npm install --save pickaday-angular` and then require it in my module, the browser says: `Uncaught TypeError: angular.module is not a function` in pickaday-angular.js:15. What goes wrong? I am...

I've combined pikaday-angular & angular-parseDate & worked like charm immediately (including e2e test)

Hi, Very good directive.. however I ran into a limitation that is design oriented. So in a few cases I need to style my pikaday differently and since the pikaday...