easierbycode
10/31/2013 - 8:43 PM

gistfile1.html

<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>