Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
muskankhedia committed May 2, 2021
1 parent 0dc3aaf commit 966d954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/datastore/users.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"PatientID":1,"Name":"Muskan Khedia","Email":"[email protected]","Age":"78","Dob":"Sat Feb 01 2020 00:00:00 GMT 0530 (India Standard Time)","BloodGroup":"AB ","BirthType":"C"}]
[{"PatientID":1,"Name":"Muskan Khedia","Email":"[email protected]","Age":"78","Dob":"Sat Feb 01 2020 00:00:00 GMT 0530 (India Standard Time)","BloodGroup":"AB ","BirthType":"C"},{"PatientID":2,"Name":"Muskan Khedia","Email":"[email protected]","Age":"34","Dob":"Thu Apr 29 2021 00:00:00 GMT 0530 (India Standard Time)","BloodGroup":"B","BirthType":"N"}]
2 changes: 1 addition & 1 deletion ui/html_components/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h3 class="panel-title">Patient Sign Up</h3>

<div class="form-group">
<label for="age">Age</label>
<input type="number" class="form-control" name="age" placeholder="Enter syour age" ng-model="signup.age" required>
<input type="number" class="form-control" name="age" placeholder="Enter your age" ng-model="signup.age" required>
</div>

<div class="form-group">
Expand Down

0 comments on commit 966d954

Please sign in to comment.