angularjs bootstrap ui 0.13 日期时间选择器不弹出
angularjs bootstrap ui 0.13 datetimepicker doesn't pop up
我正在尝试在我的 angular 应用程序中使用 https://github.com/zhaber/datetimepicker,但不知何故,当单击输入时,日期选择器不会弹出。
这是一个示例:http://plnkr.co/edit/FTwLPJiwxBC8eEHxJiT0?p=preview 和控制器的内容(您可以在 plunkr 中找到其他内容):
$scope.initDate = function(){
$scope.date = new Date();
}
$scope.initDate();
注意:如果我使用 'ui-bootstrap-tpls-0.12.1.js',那么弹出窗口会起作用,但我需要 0.13.0
Angular UI 0.13 需要 AngularJs 1.3.x 或更高版本,并确保使用最新版本的小部件:https://github.com/zhaber/angular-js-bootstrap-datetimepicker
我正在尝试在我的 angular 应用程序中使用 https://github.com/zhaber/datetimepicker,但不知何故,当单击输入时,日期选择器不会弹出。 这是一个示例:http://plnkr.co/edit/FTwLPJiwxBC8eEHxJiT0?p=preview 和控制器的内容(您可以在 plunkr 中找到其他内容):
$scope.initDate = function(){
$scope.date = new Date();
}
$scope.initDate();
注意:如果我使用 'ui-bootstrap-tpls-0.12.1.js',那么弹出窗口会起作用,但我需要 0.13.0
Angular UI 0.13 需要 AngularJs 1.3.x 或更高版本,并确保使用最新版本的小部件:https://github.com/zhaber/angular-js-bootstrap-datetimepicker