Fix: Employee Attendance and Account Detail
This commit is contained in:
parent
e3d60f8c53
commit
c09515fbfe
@ -27,7 +27,7 @@ var EmployeeAttendanceController = ['$scope', '$location', '$routeParams', 'asDa
|
||||
});
|
||||
}
|
||||
else {
|
||||
$location.path('/EmployeeAttendance/' + id).search({StartDate: startDate, FinishDate: finishDate});
|
||||
$location.path('/EmployeeAttendance/' + id).search({StartDate: $scope.info.StartDate, FinishDate: $scope.info.FinishDate});
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -261,7 +261,7 @@ var overlord = angular.module('overlord', ['overlord.directive', 'overlord.filte
|
||||
resolve: AccountController.resolve
|
||||
}).
|
||||
when('/Account/:id', {
|
||||
templateUrl: '/app/account-detail/account-detail.html',
|
||||
templateUrl: '/app/account/account-detail.html',
|
||||
controller: AccountController,
|
||||
resolve: AccountController.resolve
|
||||
}).
|
||||
|
Loading…
Reference in New Issue
Block a user