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

Angular.js Date/Time Picker

Results 30 angular-datepicker issues
Sort by recently updated
recently updated
newest added

I'm using :focus and :valid pseudo selectors in my css to move my input placeholders from within the input field up above the respective field as a label. The angular-datepicker...

Hi, The instuction use: angular-datepicker.js I downloaded the zip but this file is not there. Thanks.

Hi, Thanks for such a great DatePicker !!!!! It seems I have problems getting it to work when presetting the date... Defining the directive like this:

i use ionicframework. ``` ``` this is my code. datepicker is works well. but iphone remain input focus. how can i?

I am getting the following error in my console when I try to add anguler-datepicker to my project: ``` Uncaught RangeError: Maximum call stack size exceeded ``` and it then...

Hi I dont want my timepicker to start at 00:00 , so I've changed the min to 6:00 and max to 5:45 and it is look fine . The problem...

Hi, It is stated jQuery is not needed for the datepicker to work. However, when I use 'container: '#root-outlet'' as an option I get an error that selector is not...

Could you please tag the recent commits I've made as v1.0.3 so bower can install it? Thanks

I noticed that this datepicker is based on this one(https://github.com/amsul/pickadate.js), and modified to angularjs-based. but there are plenty of api of amsul's pickadate, so I'm wondering if there also are...