alongubkin / angular-datepicker

Angular.js Date/Time Picker
MIT License
291 stars 129 forks source link

Close button not available? #28

Closed nachoargentina closed 10 years ago

nachoargentina commented 10 years ago

Hi! First of all, thanks for sharing your work. This is an awesome datepicker and works wonderful with Angular. On a side note, I've been trying to implement this and can't get the "Close" button to show. I get the Today and Clear button, but close won't show up. I looked around a bit, and it seems like in the src files, specifically in picker.date.js, there's no code for the close button. I added it and tried to build again using the Grunt file, but I keep getting "Warning: Task "default" not found. Use --force to continue." Did anyone solve this already? If not, can anyone point me in the right direction towards buidling the files again to test if my code works? Thanks in advance!

nachoargentina commented 10 years ago

Ok guys, I implemented the close button functionality myself. If everything looks good on your side we can merge the pull request and close this issue

alongubkin commented 10 years ago

https://github.com/alongubkin/angular-datepicker/pull/29