|
|
|
@ -81,7 +81,7 @@ export class AddUpdateContactComponent implements OnInit {
|
|
|
|
constructor(
|
|
|
|
constructor(
|
|
|
|
public modalController: ModalController,
|
|
|
|
public modalController: ModalController,
|
|
|
|
public cs: CommonService,
|
|
|
|
public cs: CommonService,
|
|
|
|
private ts: TranslatorService,
|
|
|
|
public ts: TranslatorService,
|
|
|
|
private profileService: ProfileService,
|
|
|
|
private profileService: ProfileService,
|
|
|
|
public datePicker: DatePicker,
|
|
|
|
public datePicker: DatePicker,
|
|
|
|
public router: ActivatedRoute
|
|
|
|
public router: ActivatedRoute
|
|
|
|
|