Skip to content
Snippets Groups Projects
Commit 3c4d95ed authored by Dapeng's avatar Dapeng
Browse files

add edit pet link

parent 8d1efb24
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,9 @@
<h2>Pets and Visits</h2>
<div ng-repeat="pet in $ctrl.owner.pets">
<h3>{{pet.name}}</h3>
<h3>
<a href="#!/owners/{{$ctrl.owner.id}}/pets/{{pet.id}}">{{pet.name}}</a>
</h3>
<p>
{{pet.birthDate | date:'yyyy MMM dd'}} - {{pet.type.name}} -
<a href="#!/owners/{{$ctrl.owner.id}}/pets/{{pet.id}}/visits">Add Visit</a>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment