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
Is there a datepicker for bootstrap 3 that works well with angularjs?
提问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
回答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
Yes, angular-ui bootstrap has.
是的,angular-ui bootstrap 有。
demo: http://angular-ui.github.io/bootstrap/
演示:http: //angular-ui.github.io/bootstrap/

