diff --git a/Apollo/assets/views/student/editStudentDetails.html b/Apollo/assets/views/student/editStudentDetails.html index a364ca1a..325c3de4 100755 --- a/Apollo/assets/views/student/editStudentDetails.html +++ b/Apollo/assets/views/student/editStudentDetails.html @@ -113,7 +113,7 @@ + id="primaryPhone1" required/> Mobile Number is required. Enter a Valid Phone Number @@ -122,7 +122,8 @@ First Name + ng-disabled="p.Fee_paid_exist == 1 && localUserType == 'R002'" capitalize-first ng-pattern="/^[a-zA-Z.\s]*$/" + required/> First Name is required Invalid First Name @@ -131,7 +132,8 @@ Last Name + ng-disabled="p.Fee_paid_exist == 1 && localUserType == 'R002'" capitalize-first ng-pattern="/^[a-zA-Z.\s]*$/" + required/> Last Name is required Invalid Last Name @@ -342,7 +344,8 @@ Referred By + ng-disabled="p.Fee_paid_exist == 1 && localUserType == 'R002'" ng-pattern="/^[a-zA-Z.\s]*$/" + /> Invalid Referred By