Skip to content

Commit d84c9e0

Browse files
author
K.C. Hunter
committed
fixing list item closing bracket
1 parent 388d698 commit d84c9e0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/partials/phases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ <h1>Phases</h1>
22
<div data-ng-repeat="phase in phases">
33
<h2>{{phase.title}}</h2>
44
<ul>
5-
<li data-ng-repeat="movie in phase.movies | orderBy:'id'">{{movie.title}}</div>
5+
<li data-ng-repeat="movie in phase.movies | orderBy:'id'">{{movie.title}}</li>
66
</ul>
77
</div>

0 commit comments

Comments
 (0)