同时,通过控制器从服务器端访问使用编译angularjs指令bootstrab 3日期选择器不工作服务器端、控制器、指令、日期

2023-09-13 03:55:52 作者:隐形贫困人口

bootstrab 3日期选择器不是在工作表的同时,通过控制器从服务器端访问使用编译angularjs指令。结果但是,如果我们把表与正常的页面(载入页)日期选择器,那么它已经工作well..what的wrong.can任何人给我一些想法..结果由于提前..

bootstrab 3 datepicker not working in table that while access from server side through controller using compile directive in angularjs. But if we put the table with datepicker in normal page(loading page), then it has been work well..what's wrong.can anyone give me some idea.. Thanks Advance..

推荐答案

对于所有的日期选择器,您可以使用此code.classname应该是相同的。

For all datepicker you can use this code.classname should be same

$('body').on('focus',".date-picker", function(){
$(this).datepicker();
});  
 
精彩推荐
图片推荐