@sinclairgf wrote:
I am creating a form and I could not get the html date input to work correctly so I was going to use a calendar icon and use the ngcordova date picker. For some reason my calendar icon will not show up like this.
<ion-item> <ion-label>Date of Birth</ion-label> <ion-icon name="calendar"></ion-icon> <!--<ion-input type="date" [(ngModel)]="pet.dateOfBirth"></ion-input>--> </ion-item>
Posts: 2
Participants: 2