Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 3.8: Move the parties list to a different HTML file
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent ce527d4 commit 595bc9d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/partiesList.html
@@ -0,0 +1,6 @@
<ul>
<li ng-repeat="party in partiesList.parties">
{{party.name}}
<p>{{party.description}}</p>
</li>
</ul>

0 comments on commit 595bc9d

Please sign in to comment.