Skip to content

Commit

Permalink
Step 2.1: Use dynamic template instead of static
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela authored and Dotan Simha committed Nov 22, 2016
1 parent 89b9e8e commit 7067917
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions client/main.html
@@ -1,14 +1,8 @@
<ul>
<li>
<span>Dubstep-Free Zone</span>
<p>
Can we please just for an evening not listen to dubstep.
</p>
</li>
<li>
<span>All dubstep all the time</span>
<p>
Get it on!
</p>
</li>
</ul>
<div ng-controller="PartiesListCtrl">
<ul>
<li ng-repeat="party in parties">
{{party.name}}
<p>{{party.description}}</p>
</li>
</ul>
</div>

0 comments on commit 7067917

Please sign in to comment.