Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angularjs/20.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Angularjs onezone日期选择器中的双色日期_Angularjs_Ionic Framework_Datepicker - Fatal编程技术网

Angularjs onezone日期选择器中的双色日期

Angularjs onezone日期选择器中的双色日期,angularjs,ionic-framework,datepicker,Angularjs,Ionic Framework,Datepicker,我正在使用ionic onezone datepicker在我的应用程序中表示日历,但对于某些日期,我需要提供如下所示的两种颜色的日期。有人能帮我吗。 需要更多信息。发布您尝试过的代码。我刚刚添加了插件脚本,并查看了几行代码。这是在控制器$scope.onezoneDatepicker={date:new date(),//必需的mondayFirst:false,disablePastDays:false,disableSwipe:false,disableWeekend:false,show

我正在使用ionic onezone datepicker在我的应用程序中表示日历,但对于某些日期,我需要提供如下所示的两种颜色的日期。有人能帮我吗。


需要更多信息。发布您尝试过的代码。我刚刚添加了插件脚本,并查看了几行代码。这是在控制器$scope.onezoneDatepicker={date:new date(),//必需的mondayFirst:false,disablePastDays:false,disableSwipe:false,disableWeekend:false,showDatepicker:false,showTodayButton:true,calendarMode:true,hideCancelButton:true,hideSetButton:false,突出显示:[{日期:新日期](2016,6,6),颜色:'#8FD4D9',文本颜色:'#f00',}],回调:函数(值){//return;};这在视图中需要更多信息。发布您尝试过的代码。我刚刚添加了插件脚本,几行代码对其进行了检查。这在控制器$scope.onezoneDatepicker={date:new date(),//必需的mondayFirst:false,disablePastDays:false,disableSwipe:false,disableWeekend:false,showDatepicker:false,showTodayButton:true,calendarMode:true,hideCancelButton:true,hideSetButton:false,突出显示:[{日期:新日期](2016,6,6),颜色:'#8FD4D9',文本颜色:'#f00',}],回调:函数(值){//return;};这是视图中的内容