• {{ 'label_customerid' | translate | hideTranslationKey }}
    {{$ctrl.profile.customerId}}
  • {{ 'label_title' | translate | hideTranslationKey }}
    {{$ctrl.profile.title}}
    {{profile.selectedItem | translate}}
  • {{ 'label_firstname' | translate | hideTranslationKey }}
    {{$ctrl.profile.firstName}}
  • {{ 'label_surname' | translate | hideTranslationKey }}
    {{$ctrl.profile.surName}}
  • {{ 'label_email' | translate | hideTranslationKey }}
    {{$ctrl.profile.emailAddress}}
  • {{ 'label_mobile' | translate | hideTranslationKey }}
    {{$ctrl.profile.mobileTelNo}}
  • {{ 'label_hometel' | translate | hideTranslationKey }}
    {{$ctrl.profile.homeTelNo}}
  • {{ 'label_worktel' | translate | hideTranslationKey }}
    {{$ctrl.profile.workTelNo}}
  • {{ 'label_addr' | translate | hideTranslationKey }}
    {{$ctrl.profile.address1}}
    {{$ctrl.profile.address2}}
    {{$ctrl.profile.address3}}
    {{$ctrl.profile.address4}}
    {{$ctrl.profile.postalCode}}
  • {{ "label_delete_customer_profile" | translate | hideTranslationKey }}

    {{ "msg_delete_profile" | translate | hideTranslationKey }} {{ "msg_delete_profile_2" | translate | hideTranslationKey }} {{ "msg_delete_profile_proceed" | translate | hideTranslationKey }}