call track changes

This commit is contained in:
gandhimathi 2018-05-31 11:06:59 +05:30
parent e4c71ccf28
commit ddd88204f2

View File

@ -1545,7 +1545,9 @@ app.controller('callTrackingCtrl2', ["$scope","$rootScope","toaster", "$filter",
$rootScope.currentDate1=new Date().getFullYear() + '-' + ('0' + (new Date().getMonth() + 1)).slice(-2) + '-' + ('0' + new Date().getDate()).slice(-2);
}
if($rootScope.currentDate1>new Date()){
$rootScope.currentDate1=new Date();
}
$rootScope.myModel1.date=$rootScope.followupDetails.followupDetails[0].FollowupOn;
// get 30 plus date for follwup details
$rootScope.modifyDate1 = moment();