FIX: Regression with ember upgrade on notifications

This commit is contained in:
Robin Ward 2014-12-19 10:34:09 -05:00
parent de027d1f97
commit faabdad04e

View File

@ -15,7 +15,7 @@
{{/if}}
{{#each n in model itemController="notification"}}
<div {{bind-attr class=":item :notification read::n.unread"}}>
<div {{bind-attr class=":item :notification n.read::unread"}}>
{{notification-item notification=n scope=n.scope}}
<span class="time">
{{format-date n.created_at leaveAgo="true"}}