Skip to content

Instantly share code, notes, and snippets.

Created April 16, 2014 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/d3fa80a75922ccc87462 to your computer and use it in GitHub Desktop.
Save anonymous/d3fa80a75922ccc87462 to your computer and use it in GitHub Desktop.
<img ng-if="sender.personnel.Image" alt="" class="portrait" ng-src="/image/{{sender.personnel.Image}}"/>
<img ng-if="sender.personnel.Image == undefined" alt="" class="portrait" ng-src="/static/desktop/img/missingpersonnel.png"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment