You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
754 B
HTML
26 lines
754 B
HTML
|
|
<app-generic-header
|
|
showBack="!getPassdirfromNotifiPage"
|
|
[updateDirection]="getPassdirfromNotifiPage"
|
|
[headerText]="headerTitle"
|
|
(trigger)="closeModal()"
|
|
>
|
|
</app-generic-header>
|
|
|
|
|
|
<ion-content padding>
|
|
<ion-item class="country dynamicField" lines="none" *ngIf="targetValue === 'correct'">
|
|
<ion-label>Effective Date</ion-label>
|
|
<ion-label>17-Mar-2017</ion-label>
|
|
</ion-item>
|
|
<div #containerDiv id="containerDiv">
|
|
<div #containerDivTwo id="containerDivTwo"></div>
|
|
</div>
|
|
</ion-content>
|
|
|
|
<ion-footer>
|
|
<div class="centerDiv">
|
|
<ion-button class="addEitOkButton" color="customnavy" ion-button (click)="submitBasicDetailsTransaction()">
|
|
{{'vacation-rule, next-label' | translate}}</ion-button>
|
|
</div>
|
|
</ion-footer> |