Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
Intranet
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Matteo
Intranet
Commits
a5de56c9
Commit
a5de56c9
authored
Feb 22, 2022
by
Matteo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Aggiunti msg errore in pagina registrazione
parent
6af86773
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
1 deletions
+30
-1
registrazione.page.html
src/app/auth/pages/registrazione/registrazione.page.html
+30
-1
No files found.
src/app/auth/pages/registrazione/registrazione.page.html
View file @
a5de56c9
...
...
@@ -68,19 +68,48 @@
</ion-row>
<ion-row
color=
"primary"
justify-content-center
>
<div
class=
"validation-errors"
justify-content-center
>
<ng-container
*
ngFor=
"let validation of validation_messages.nome"
>
<div
class=
"error-message"
*
ngIf=
"matching_email_group.get('nome').hasError(validation.type) && (matching_email_group.get('nome').dirty
|| matching_email_group.get('nome').touched)"
>
{{ validation.message }}
</div>
</ng-container>
<ng-container
*
ngFor=
"let validation of validation_messages.cognome"
>
<div
class=
"error-message"
*
ngIf=
"matching_email_group.get('cognome').hasError(validation.type) && (matching_email_group.get('cognome').dirty
|| matching_email_group.get('cognome').touched)"
>
{{ validation.message }}
</div>
</ng-container>
<ng-container
*
ngFor=
"let validation of validation_messages.cellulare"
>
<div
class=
"error-message"
*
ngIf=
"matching_email_group.get('cellulare').hasError(validation.type) && (matching_email_group.get('cellulare').dirty
|| matching_email_group.get('cellulare').touched)"
>
{{ validation.message }}
</div>
</ng-container>
<ng-container
*
ngFor=
"let validation of validation_messages.email"
>
<div
class=
"error-message"
*
ngIf=
"matching_email_group.get('email').hasError(validation.type) && (matching_email_group.get('email').dirty
|| matching_email_group.get('email').touched)"
>
{{ validation.message }}
</div>
</ng-container>
<ng-container
*
ngFor=
"let validation of validation_messages.newpasswordbis"
>
<div
class=
"error-message"
*
ngIf=
"matching_email_group.get('newpasswordbis').hasError(validation.type) && (matching_email_group.get('newpasswordbis').dirty
|| matching_email_group.get('newpasswordbis').touched)"
>
{{ validation.message }}
</div>
</ng-container>
<ng-container
*
ngFor=
"let validation of validation_messages.newpasswordbis"
>
<div
class=
"error-message"
*
ngIf=
"matching_email_group.hasError('areEqual')"
>
{{ validation.message }}
</div>
</ng-container>
</div>
</ion-row>
</ion-grid>
</form>
</div>
</ion-col>
<ion-col
align-self-end
size-md=
"6"
size-lg=
"6"
size-xs=
"12"
>
<ion-col
align-self-end
size-md=
"6"
size-lg=
"6"
size-xs=
"12"
*
ngIf=
"platform.is('desktop')"
>
<div
class=
"body-blue2"
></div>
<div
class=
"body-img22"
></div>
</ion-col>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment