Created
March 6, 2015 22:56
-
-
Save albertywu/c7c5d773b8b9bbb803a0 to your computer and use it in GitHub Desktop.
screeningDetails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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