<li class="topcoat-list__item" ng-repeat="alert in alerts | orderBy:'-updateTime'"> <span class='subtext'>{{ alert.updateTime | date:'MMM d h:mm a' }}</span> <b>{{ alert.type }} is {{ alert.measurement }} {{ alert.unit }}</b> </li>