Skip to content

Commit 752d2dd

Browse files
1006724-Nextjs-Sample-update
1 parent f38dd00 commit 752d2dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Binding_Next_JS_Server/angular_client/src/app/doctors

Binding_Next_JS_Server/angular_client/src/app/doctors/doctors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h1>Doctors Portal</h1>
2121
</e-column>
2222
<e-column field="Specialty" headerText="Specialty" width="150" editType="dropdownedit"
2323
[edit]="ddparams"></e-column>
24-
<e-column field="Email" headerText="Email Address" width="150">
24+
<e-column field="Email" headerText="Email Address" width="150" [validationRules]="{ email: true }">
2525
<ng-template #template let-data>
2626
<div>
2727
<a href="#">

0 commit comments

Comments
 (0)