Commit 67325f29 by peema_phongam

DHAS043 - เมลผู้ส่ง

parent c9dd0a03
......@@ -507,7 +507,7 @@ angular.module('RECRUIT').controller('Candidate', function ($scope, $mdDialog, R
$scope.isLoading = false
$scope.emailExpr = /^[a-zA-Z0-9]+@myhr.co.th$/
$scope.emailExpr = /^.+@myhr.co.th$/
$scope.job = {}
RecService.RestMjobcode.getQuery({id:candidate.jobid}).$promise.then(function (data) {
$scope.job = data.result
......
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