course details changes done

This commit is contained in:
gandhimathi 2017-12-28 17:56:02 +05:30
parent 06067bee9b
commit 3bb4d36ad5

View File

@ -618,7 +618,7 @@ app.controller('callTrackingPendingCtrl', ["$scope","$rootScope","toaster", "$fi
* */
$scope.init = function (form,myModel) {
if(isNaN(myModel.closeDate)){
if(isNaN(myModel.pendingDate)){
$scope.loadDate= $filter('date')(new Date(), 'yyyy-MM-dd');
}