Commit d2701ffe authored by Prayas Jain's avatar Prayas Jain

Fixed DATE Issue while Changing Allocation

parent 58397f07
......@@ -1245,6 +1245,8 @@ myApp.controller("projectController", function ($scope,uiGridConstants, myFactor
$scope.empBillableStatus = 'Reserved' ;
$scope.billableStatuses = ["Reserved"];
$scope.newBillingStartDate = null;
$('.md-datepicker-input')[0].value = null;
$scope.minBillingStartDate = new Date();
$scope.maxBillingStartDate = new Date($scope.projectEndDate);
$scope.maxBillingEndDate = new Date($scope.projectEndDate)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment