mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Added functionality to limit results of attendees and attachment to 2 max in event-details page
This commit is contained in:
@@ -7,11 +7,11 @@
|
||||
<form>
|
||||
<ion-list>
|
||||
<ion-item>
|
||||
<ion-label position="stacked">Nome de utilizador</ion-label>
|
||||
<ion-label position="floating">Nome de utilizador</ion-label>
|
||||
<ion-input type="text" [(ngModel)]="username" name="input-username"></ion-input>
|
||||
</ion-item>
|
||||
<ion-item>
|
||||
<ion-label position="stacked">Palavra-passe</ion-label>
|
||||
<ion-label position="floating">Palavra-passe</ion-label>
|
||||
<ion-input type="password" [(ngModel)]="password" name="input-password" ></ion-input>
|
||||
</ion-item>
|
||||
<ion-button expand="block" shape="round" color="primary" (click)="Login()">Iniciar</ion-button>
|
||||
|
||||
Reference in New Issue
Block a user