All Questions
3 questions
1vote
0answers
724views
Angular UI Bootstrap loses focus of field after selecting date
After user selects the date, I want to focus to stay on the calendar input field. Currently, the focus will stay if the user selects "Today" "Clear" or "Close" but not if they select a date. I ...
1vote
1answer
485views
Datepicker In Bootstrap AngularJS
I have Datepicker directive in my application. There's today button on top as well. Well, now I want to show todays's date in the text box when one clicks on Today. How can I acheive that?
3votes
3answers
5kviews
ui.bootstrap.datepicker Clear button event
Currently using https://angular-ui.github.io/bootstrap/#/datepicker How can I hook up the clear button so that when it is clicked, I can be notified? I like to something like when Clear button ...