Skip to content

Commit

Permalink
Step 3.10: Move PartiesList view to imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and DAB0mB committed Dec 14, 2016
1 parent c81d50c commit 4626227
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions imports/ui/components/partiesList/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 4626227

Please sign in to comment.