Skip to content

Commit

Permalink
show data
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelknoch committed Mar 25, 2016
1 parent 9e0da3c commit 2841e65
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions app/LocationDetailComponent/template.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
<div class="grid">
<h2>Locations</h2>
<div *ngFor="#location of locations" class="one-quarter location-thumb">
<div class="back-img"
style="background-image:url('https://locator-app.com{{location.obj.images.normal}}')"></div>
<h3>{{location.obj.title}}</h3>

</div>
{{location}}
</div>

0 comments on commit 2841e65

Please sign in to comment.