angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

Custom datepicker popup button #6687

Closed vondwater closed 6 years ago

vondwater commented 6 years ago

I'm trying to have a datepicker popup with an extra button. I can add the extra button with a custom template. That part works, but now i want to select a date when I click on the button. I already tried to use select('2018-03-15', $event) but that does not work. I think the select needs a real date object but how can I achieve that without needing to edit the directive code?

icfantv commented 6 years ago

Closing this as this project is no longer being maintained, per the README and the ISSUE_TEMPLATE.