Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a datepicker for bootstrap 3 that works well with angularjs? [closed]

I've seen a few questions about datepickers for bootstrap 3, a few questions about bootstrap3 + angularjs and a few about datepickers for angularjs. I also tried to search online but couldn't find a solution for a combination of all three.. Is there a good and simple bootstrap3 datepicker that works well with angularjs?

like image 664
Kludge Avatar asked Jan 16 '14 15:01

Kludge


2 Answers

The angular-ui datepicker works fine for me. I would suggest you to use that. Datepicker (ui.bootstrap.datepicker). Here is the example plunker.

like image 119
Jayram Avatar answered Oct 01 '22 23:10

Jayram


the angular-ui team datepicker for bootstrap is pretty good.

Look here: http://angular-ui.github.io/bootstrap/#/datepicker

They recently upgraded to bootstrap 3

like image 31
stride Avatar answered Oct 02 '22 00:10

stride