3-serverless-microservice-stack/spring-petclinic-static/scripts/owner-details/owner-details.template.html [1:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Owner Information
Name |
{{$ctrl.owner.firstName}} {{$ctrl.owner.lastName}} |
Address |
{{$ctrl.owner.address}} |
City |
{{$ctrl.owner.city}} |
Telephone |
{{$ctrl.owner.telephone}} |
Edit Owner
|
Add New Pet
|
Pets and Visits
- Name
- {{pet.name}}
- Birth Date
- {{pet.birthDate | date:'yyyy MMM dd'}}
- Type
- {{pet.type}}
|
Visit Date |
Description |
{{visit.date | date:'yyyy MMM dd'}} |
{{visit.description}} |
Edit Pet
|
Add Visit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
5-serverless-xray-stack/spring-petclinic-static/scripts/owner-details/owner-details.template.html [1:61]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Owner Information
Name |
{{$ctrl.owner.firstName}} {{$ctrl.owner.lastName}} |
Address |
{{$ctrl.owner.address}} |
City |
{{$ctrl.owner.city}} |
Telephone |
{{$ctrl.owner.telephone}} |
Edit Owner
|
Add New Pet
|
Pets and Visits
- Name
- {{pet.name}}
- Birth Date
- {{pet.birthDate | date:'yyyy MMM dd'}}
- Type
- {{pet.type}}
|
Visit Date |
Description |
{{visit.date | date:'yyyy MMM dd'}} |
{{visit.description}} |
Edit Pet
|
Add Visit
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
| | | |