FIN INS NAME CHANGED
This commit is contained in:
parent
d80e736456
commit
44359f45ea
@ -56,8 +56,9 @@
|
||||
<span class="cardinfo" *ngIf="applicatentDetails.subproduct_name != 'Not Applicable' && applicatentDetails.subproduct_name !=null ">/ {{applicatentDetails.subproduct_name}}</span></ion-col>
|
||||
</ion-row>
|
||||
<hr>
|
||||
<ion-row>
|
||||
<ion-col col-12 *ngIf="pdMaster.imgc_fin_institute != null">{{pdMaster.imgc_fin_institute}}</ion-col>
|
||||
<ion-row *ngIf="pdMaster.imgc_fin_institute == null">
|
||||
<ion-col col-1 class="cardinfo"><ion-icon name="md-pricetag"></ion-icon></ion-col>
|
||||
<ion-col col-11 class="cardinfo">{{pdMaster.fin_institute_name}}</ion-col>
|
||||
</ion-row>
|
||||
<hr>
|
||||
<ion-row>
|
||||
|
||||
@ -135,7 +135,7 @@
|
||||
</ion-row>
|
||||
<ion-row>
|
||||
<ion-col col-12 *ngIf="progess.imgc_fin_institute != null">
|
||||
<h6 class="app_id">{{progess.imgc_fin_institute}}</h6>
|
||||
<h6 class="app_id">{{progess.fin_institute_name}}</h6>
|
||||
<!--<p>28 Sep 2018 10:00 AM</p>-->
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
@ -192,7 +192,7 @@
|
||||
<ion-slide>
|
||||
<!-- <ion-list *ngSwitchCase="'past'"> -->
|
||||
<ion-grid class="fadeIn">
|
||||
<div *ngIf="pdlistaccess else access">
|
||||
<div *ngIf="pdlistaccess else access">
|
||||
<div *ngFor="let i of [1,2,3,4,5]">
|
||||
<content-loader>
|
||||
<svg:rect x="80" y="40" rx="5" ry="5" width="300" height="70" />
|
||||
@ -223,6 +223,12 @@
|
||||
<!--<p>28 Sep 2018 10:00 AM</p>-->
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<ion-row>
|
||||
<ion-col col-12 *ngIf="progess.imgc_fin_institute != null">
|
||||
<h6 class="app_id">{{progess.fin_institute_name}}</h6>
|
||||
<!--<p>28 Sep 2018 10:00 AM</p>-->
|
||||
</ion-col>
|
||||
</ion-row>
|
||||
<ion-row>
|
||||
<ion-col col-6>
|
||||
<h6 class="app_id">{{progess.lender_short_name}}, {{progess.lender_applicant_id}}</h6>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user