fix text
This commit is contained in:
@@ -39,6 +39,8 @@
|
||||
</ion-card-header>
|
||||
|
||||
<ion-card-content>
|
||||
<!-- <app-job-details [jobData]="currentJobSelected"></app-job-details>-->
|
||||
|
||||
{{modal_item_description}}
|
||||
|
||||
<div style="margin-top: 10px; font-size: 14px;">{{modal_item_job_detail}} </div>
|
||||
|
||||
@@ -43,8 +43,12 @@ export class MyjobOffersComponent implements OnInit {
|
||||
modal_item_description:string='';
|
||||
modal_item_job_detail:string='';
|
||||
|
||||
currentJobSelected:any;
|
||||
|
||||
openDetailModal(item){
|
||||
|
||||
this.currentJobSelected = item;
|
||||
|
||||
this.modal_item_title= item.title;
|
||||
this.modal_item_description= item.description;
|
||||
this.modal_item_job_detail=item.job_detail;
|
||||
|
||||
Reference in New Issue
Block a user