Skip to content

Commit

Permalink
fix(vertical-collection): removes template logic that crept in from s…
Browse files Browse the repository at this point in the history
…mart-collection
  • Loading branch information
runspired committed Jan 29, 2016
1 parent c15737b commit 917e2e8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions addon/templates/components/vertical-collection.hbs
@@ -1,7 +1,3 @@
{{#if __smIsLoadingAbove}}
{{component loadingAboveComponent}}
{{/if}}
<div style="width: 100%; height: {{__smSpacerAboveHeight}}px;"></div>
{{#each _content key='@index' as |item index|}}
{{#vertical-item
itemTagName=itemTagName
Expand All @@ -18,8 +14,4 @@
{{/vertical-item}}
{{else}}
{{yield to="inverse"}}
{{/each}}
<div style="width: 100%; height: {{__smSpacerBelowHeight}}px;"></div>
{{#if __smIsLoadingBelow}}
{{component loadingBelowComponent}}
{{/if}}
{{/each}}

0 comments on commit 917e2e8

Please sign in to comment.