twitter-bootstrap 是否有适用于 angularjs 的 bootstrap 3 日期选择器?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/21166306/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-21 19:44:14  来源:igfitidea点击:

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

angularjstwitter-bootstrapdatepicker

提问by Kludge

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?

我看过一些关于 bootstrap 3 的日期选择器的问题,一些关于 bootstrap3 + angularjs 的问题以及一些关于 angularjs 的日期选择器的问题。我也尝试在线搜索,但找不到将这三者结合起来的解决方案.. 是否有一个很好且简单的 bootstrap3 datepicker 可以很好地与 angularjs 配合使用?

采纳答案by Jayram

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

angular-ui datepicker 对我来说很好用。我建议你使用它。Datepicker (ui.bootstrap.datepicker). 是示例 plunker。

回答by stride

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

用于引导程序的 angular-ui 团队日期选择器非常好。

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

看这里:http: //angular-ui.github.io/bootstrap/#/datepicker

They recently upgraded to bootstrap 3

他们最近升级到 bootstrap 3

回答by cheekybastard