Commit 071b0d85 authored by Prayas Jain's avatar Prayas Jain

Fixed Export to Excel in substatus report screen

parent 48770ca4
myApp.controller("subStatusController", function($scope, $http, myFactory, $mdDialog, appConfig) { myApp.controller("subStatusController", function($scope, $http, myFactory, $mdDialog, appConfig, exportUiGridService) {
$scope.records = []; $scope.records = [];
$scope.empSubStatuses = myFactory.getEmployeeSubStatus(); $scope.empSubStatuses = myFactory.getEmployeeSubStatus();
if($scope.empSubStatuses.indexOf("All") == "-1"){ if($scope.empSubStatuses.indexOf("All") == "-1"){
......
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