Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit c772a13

Browse files
committed
Merge pull request #17 from cjdell/patch-1
Removed incorrect extra </item> closing tag
2 parents 9face31 + da010cd commit c772a13

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

www/templates/pet-index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<item ng-repeat="pet in pets" type="item-text-wrap" href="#/tab/pet/{{pet.id}}">
1010
<h3>{{pet.title}}</h3>
1111
<p>{{pet.description}}</p>
12-
</item>
1312
</item>
1413
</list>
1514
</content>

0 commit comments

Comments
 (0)