Skip to content

Instantly share code, notes, and snippets.

@albertywu
Created March 6, 2015 22:56
Show Gist options
  • Select an option

  • Save albertywu/c7c5d773b8b9bbb803a0 to your computer and use it in GitHub Desktop.

Select an option

Save albertywu/c7c5d773b8b9bbb803a0 to your computer and use it in GitHub Desktop.
screeningDetails
<h1>Screen Details</h1>
<ul ng-if="smartlist">
<li>
<span>Created By</span>
<span>{{ smartlist.createdBy | userShortName }}, {{ smartlist.createdOn | date: "shortDate" }}</span>
</li>
<li>
<span>Modified By</span>
<span>{{ smartlist.updatedBy | userShortName }}, {{ smartlist.createdOn | date : "shortDate" }}</span>
</li>
<li>
<span>Description</span>
<p>{{ smartlist.description }}</p>
</li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment