Skip to content

Commit

Permalink
Merge pull request #70 from savanpatel/pankti-work2
Browse files Browse the repository at this point in the history
change in dashboard
  • Loading branch information
pankti11 authored Apr 16, 2017
2 parents 99d8e99 + 61d6786 commit 4cfc5b4
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -189,15 +189,16 @@

function GetResumeData(sw) {


if(vm.JobURL == null || vm.JobURL == ""){
vm.error = "Empty job description";
return;
}

if(sw === 0) {

ResumeDataService.setUrl(vm.JobURL);
if(vm.JobURL == null || vm.JobURL == ""){
vm.error = "Empty job description";
return;
}
else {

ResumeDataService.setUrl(vm.JobURL);
}

}
else {
Expand Down

0 comments on commit 4cfc5b4

Please sign in to comment.