All Questions
2 questions
0
votes
2
answers
586
views
Remove month navigation buttons in uib-datepicker
how to disable/remove the month/year navigation button on the Angular uib-datepicker (https://angular-ui.github.io/bootstrap/#!#datepicker)
We want to remove the ability for users to click on the "...
2
votes
2
answers
2k
views
jQuery UI Datepicker is not working in Angular JS UI Bootstrap modal
I am not able to open jQuery UI Date Picker in UI Bootstrap Model. Normal HTML date picker is opening up but jQuery Date Picker is not opening up. Here is the code:-
Test.html
<!DOCTYPE html>
&...