Skip to content

Instantly share code, notes, and snippets.

@easierbycode
Created October 31, 2013 20:43
Show Gist options
  • Save easierbycode/7256818 to your computer and use it in GitHub Desktop.
Save easierbycode/7256818 to your computer and use it in GitHub Desktop.
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment