FIX: Tags weren't showing up in Ember 2.4

This commit is contained in:
Robin Ward 2016-11-11 13:01:53 -05:00
parent 3d76ce1421
commit 2a25136ecf
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
// Injections don't occur without a class
export default Ember.Component.extend();

View File

@ -53,7 +53,7 @@
</h1>
{{#unless model.isPrivateMessage}}
{{topic-category topic=model}}
{{topic-category topic=model class="topic-category"}}
{{/unless}}
{{/if}}
</div>